Skip to content

Commit

Permalink
feat(ci): build 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 aa8dde8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ jobs:
cargo build
--no-default-features
--features ${{ matrix.feature }}
--release
--verbose
- name: Run tests
run: >
cargo test
--no-default-features
--features ${{ matrix.feature }}
--release
--verbose
--
--skip card

0 comments on commit aa8dde8

Please sign in to comment.