ci: don't skip build for dotnet test

This commit is contained in:
Oliver Booth 2023-08-28 01:18:09 +01:00
parent c7491cbcee
commit cb57157272
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ jobs:
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --verbosity normal