Skip to content

Commit 1dd3c48

Browse files
authored
Remove unnecessary flag from test command
1 parent 9bd956f commit 1dd3c48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: dotnet build --configuration Release
2323

2424
- name: Test
25-
run: dotnet test --configuration Release --no-build
25+
run: dotnet test --configuration Release

0 commit comments

Comments
 (0)