Update .gitea/workflows/build_and_test.yml

This commit is contained in:
2026-02-11 20:55:18 +01:00
Unverified
parent 0176fd3703
commit e5342ec1c8

View File

@@ -27,3 +27,5 @@ jobs:
run: dotnet restore run: dotnet restore
- name: Build - name: Build
run: dotnet build --no-restore run: dotnet build --no-restore
- name: Test
run: dotnet test