Skip to content

Commit 547b783

Browse files
committed
Remove --build from dotnet test in CI
1 parent 0f9b281 commit 547b783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 --no-build --verbosity normal
46+
run: dotnet test --verbosity normal

0 commit comments

Comments
 (0)