Skip to content

Commit 75a2fd7

Browse files
authored
Update dotnet.yml
1 parent 70dda97 commit 75a2fd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030

3131
- name: Build
3232
run: dotnet build --configuration Release --no-restore
33+
3334
- name: Test
34-
run: dotnet test --no-build --verbosity normal
35+
run: dotnet test --no-build --verbosity normal --configuration Release

0 commit comments

Comments
 (0)