We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9886c76 commit eb052a5Copy full SHA for eb052a5
.github/workflows/build-and-test.yml
@@ -22,5 +22,5 @@ jobs:
22
run: dotnet build --no-restore --configuration Release
23
working-directory: src
24
- name: Test
25
- run: dotnet test --no-build --verbosity normal --filter CI=true
+ run: dotnet test --no-build --configuration Release --verbosity normal --filter CI=true
26
0 commit comments