diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5abc8045..79d9c1b6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,7 +41,7 @@ jobs: with: toolchain: stable components: rust-src - - run: cargo test + - run: cargo test --release fmt: name: Rustfmt @@ -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