add: test action

This commit is contained in:
2024-03-09 21:51:31 +08:00
parent e92b02a208
commit d6a6468a88
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
name: Test canon project
on: [ push ]
jobs:
Test-Canon:
runs-on: archlinux
steps:
- name: Check out repository code
uses: https://git.rrricardo.top/actions/checkout@v4
- name: Run test code
run: dotnet test