Skip to content

Commit

Permalink
Remove --build from dotnet test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joeriddles committed Jan 9, 2024
1 parent 0f9b281 commit 547b783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release

- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --verbosity normal

0 comments on commit 547b783

Please sign in to comment.