Skip to content

Commit

Permalink
build: run tests in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
davhdavh committed Oct 27, 2023
1 parent 9db5531 commit 59ed686
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
- name: Install dependencies
run: npm clean-install
- name: Test
run: dotnet test
- name: Cleanup Test
run: dotnet clean
run: dotnet test -c Release
- name: Release
run: npx semantic-release
env:
Expand Down

0 comments on commit 59ed686

Please sign in to comment.