Skip to content

Commit 2f87872

Browse files
committed
fixes ci test config
1 parent f8f4fdc commit 2f87872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build
5656
run: dotnet build --no-restore -c Release
5757
- name: Test
58-
run: dotnet test --no-build --verbosity normal
58+
run: dotnet test --no-build -c Release --verbosity normal
5959

6060
sonarcloud:
6161
name: Build and analyze with SonarCloud

0 commit comments

Comments
 (0)