We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c13926 commit 5b5bbf5Copy full SHA for 5b5bbf5
1 file changed
.github/workflows/build.yml
@@ -22,4 +22,4 @@ jobs:
22
run: dotnet build --configuration Release
23
24
- name: Test
25
- run: dotnet test --configuration Release
+ run: dotnet test --configuration Release --no-build
0 commit comments