Skip to content

Commit

Permalink
feat(ci): build tests in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanku committed Oct 18, 2023
1 parent 2081222 commit 393b1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cargo test
--no-default-features
--features ${{ matrix.feature }}
--release
--verbose
--
--skip card

0 comments on commit 393b1a4

Please sign in to comment.