Skip to content

misc: move pack.yml to release-tag. #4

misc: move pack.yml to release-tag.

misc: move pack.yml to release-tag. #4

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Unit Test
run: dotnet test test/UnitTest
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Unit Test
run: dotnet test test/UnitTest