We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332758d commit 30f7cb8Copy full SHA for 30f7cb8
.github/workflows/CI.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Test build
41
working-directory: src
42
- run: dotnet test -c Release
+ run: dotnet build -c Release
43
44
- name: Run tests
45
working-directory: src/${{ env.ProjectName }}.Tests
0 commit comments