Skip to content

Commit 9f3ce70

Browse files
committed
Revert dotnet test in workflow to before it was broken
1 parent 96f874d commit 9f3ce70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnetBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
4444

4545
- name: Test
46-
run: dotnet test IntelliTect.Analyzer.sln /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary
46+
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)