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 6e285ef commit 1b72bfaCopy full SHA for 1b72bfa
1 file changed
.github/workflows/build-release.yml
@@ -36,7 +36,7 @@ jobs:
36
run: dotnet build src/DispatchR/DispatchR.csproj --configuration Release --no-restore
37
38
- name: Run Tests
39
- run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage"
+ run: dotnet test --collect:"XPlat Code Coverage"
40
41
- name: List files
42
run: ls -alh tests/DispatchR.IntegrationTest
0 commit comments