Skip to content

Commit 5b5bbf5

Browse files
authored
Add --no-build option to dotnet test command
1 parent 8c13926 commit 5b5bbf5

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
25+
run: dotnet test --configuration Release --no-build

0 commit comments

Comments
 (0)