fix: wrong project name
All checks were successful
Run all tests / Run-Tests (push) Successful in 15s

This commit is contained in:
2025-04-29 13:39:02 +08:00
parent 2d682aade9
commit 5f1d7fda44
3 changed files with 16 additions and 0 deletions

11
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,11 @@
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