Skip to content

Commit 59ed686

Browse files
committed
build: run tests in release mode
1 parent 9db5531 commit 59ed686

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: npm clean-install
3232
- name: Test
33-
run: dotnet test
34-
- name: Cleanup Test
35-
run: dotnet clean
33+
run: dotnet test -c Release
3634
- name: Release
3735
run: npx semantic-release
3836
env:

0 commit comments

Comments
 (0)