add: dotnet test workflow

This commit is contained in:
jackfiled 2023-11-19 21:31:44 +08:00
parent baf68f3676
commit fff3a4ed96

View File

@ -0,0 +1,10 @@
name: Dotnet test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: https://git.rrricardo.top/actions/checkout@v3
- run: dotnet test