Skip to content

Commit 9eec15f

Browse files
committed
fix running tests ?
1 parent cb4ef32 commit 9eec15f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: dotnet build --no-restore --configuration Release
2727

2828
- name: Run tests
29-
run: dotnet test --no-build --verbosity normal
29+
run: dotnet test ./SolutionAnalyzer.Tests/SolutionAnalyzer.Tests.csproj --no-build --configuration Release --verbosity normal

0 commit comments

Comments
 (0)