We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4ef32 commit 9eec15fCopy full SHA for 9eec15f
1 file changed
.github/workflows/dotnet-ci.yml
@@ -26,4 +26,4 @@ jobs:
26
run: dotnet build --no-restore --configuration Release
27
28
- name: Run tests
29
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test ./SolutionAnalyzer.Tests/SolutionAnalyzer.Tests.csproj --no-build --configuration Release --verbosity normal
0 commit comments