Skip to content

Commit

Permalink
correct test build config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaEiji191379 committed Jul 13, 2024
1 parent 5d413f5 commit ac9d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildTestWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: dotnet build --no-restore --configuration Release

- name: run tests
run: dotnet test --no-build --no-restore --verbosity normal
run: dotnet test -c Release --no-restore --verbosity normal

0 comments on commit ac9d009

Please sign in to comment.