Skip to content

Commit

Permalink
Switch cargo build to cargo check for MSRV CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 13, 2023
1 parent 2ce91ba commit 76930e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install minimal dependencies versions
run: cargo +nightly update -Z minimal-versions

- run: cargo build --workspace --features full
- run: cargo check --workspace --features full

no_std:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 76930e1

Please sign in to comment.