feat: add test to github actions.

This commit is contained in:
rabbitism
2024-11-06 23:24:30 +08:00
parent c57bf10511
commit 2a638c81fd

17
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Test
on:
push:
branches: [ "action/publish" ]
pull_request:
branches: [ "main" ]
jobs:
windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Ursa Headless Test
run: dotnet test ./tests/HeadlessTest.Ursa