Skip to content

Commit

Permalink
fix: testing done on the --release build (todo consider if want to ru…
Browse files Browse the repository at this point in the history
…n those tests altogether)
  • Loading branch information
Lukáš Chudíček committed Jan 14, 2024
1 parent f606636 commit df862af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install Rust toolchain.
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${{ env.RUST_VERSION }}
- name: Run tests.
run: cargo test --all-features
run: cargo test --all-features --release

# Check code style
clippy:
Expand Down

0 comments on commit df862af

Please sign in to comment.