CSharpTemplate/.gitea/workflows/test.yml
jackfiled 5f1d7fda44
All checks were successful
Run all tests / Run-Tests (push) Successful in 15s
fix: wrong project name
2025-04-29 13:39:02 +08:00

11 lines
247 B
YAML

name: Run all tests
on: [ push ]
jobs:
Run-Tests:
runs-on: archlinux
steps:
- uses: https://mirrors.rrricardo.top/actions/checkout.git@v4
name: Check out code
- name: Run all tests
run: |
dotnet test