Added testing to deployment pipeline

This commit is contained in:
2025-11-06 19:41:29 +01:00
parent 17438989ec
commit e2aea7ab0f

View File

@@ -20,6 +20,9 @@ jobs:
- name: Restore dependencies
run: dotnet restore src/
- name: Run tests
run: dotnet test src/ --configuration Release --no-build
- name: Build
run: dotnet build src/ --configuration Release --no-restore