Skip to content

Commit

Permalink
♻️ CI tests on release build
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Sep 24, 2023
1 parent a5f9764 commit 13aa111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
cache-on-failure: true
- name: cargo test
run: cargo test --all --all-features
run: cargo test --all --all-features --release
cargo-lint:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 13aa111

Please sign in to comment.