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 b8b665e commit 024bac0Copy full SHA for 024bac0
.github/workflows/dotnet-test.yml
@@ -36,4 +36,4 @@ jobs:
36
run: dotnet build --no-restore -c Release
37
38
- name: Test ✅
39
- run: dotnet test --verbosity normal
+ run: dotnet test --no-restore --no-build --verbosity normal
0 commit comments