Skip to content

Commit eb052a5

Browse files
committed
Fix configuration selection
1 parent 9886c76 commit eb052a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
run: dotnet build --no-restore --configuration Release
2323
working-directory: src
2424
- name: Test
25-
run: dotnet test --no-build --verbosity normal --filter CI=true
25+
run: dotnet test --no-build --configuration Release --verbosity normal --filter CI=true
2626
working-directory: src

0 commit comments

Comments
 (0)