Skip to content

Commit

Permalink
test in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Feb 7, 2024
1 parent bc3590a commit 3ef40ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Ensure docs are buildable
run: cargo doc --no-deps
- name: Run tests
run: cargo test --all
run: cargo test --release --all

integration-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ef40ab

Please sign in to comment.