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

@@ -26,4 +26,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore
- name: Test
run: dotnet test