Skip to content

Commit 22f9cf4

Browse files
committed
[github actions] test Release configuration
1 parent c6e9f4d commit 22f9cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Build
2323
run: dotnet build --no-restore --configuration Release
2424
- name: Test
25-
run: dotnet test --no-build --verbosity normal
25+
run: dotnet test --no-build --verbosity normal --configuration Release

0 commit comments

Comments
 (0)