Skip to content

Commit

Permalink
Run CI tests on a --release build
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 28, 2023
1 parent 03fda39 commit 788c1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
toolchain: stable
components: rust-src
- run: cargo test
- run: cargo test --release

fmt:
name: Rustfmt
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
- uses: taiki-e/install-action@cargo-minimal-versions
- run: cargo minimal-versions check --workspace --all-features --ignore-private -v
- run: cargo minimal-versions build --workspace --all-features --ignore-private -v
- run: cargo minimal-versions test --workspace --all-features -v
- run: cargo minimal-versions test --release --workspace --all-features -v

0 comments on commit 788c1c8

Please sign in to comment.