Skip to content

Commit

Permalink
Turn off all-features for MSRV build
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull authored and Riey committed Sep 26, 2023
1 parent 39c6397 commit b21adb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
rustup default ${{ matrix.rust }}
rustup component add rustfmt
- name: Build
run: cargo build --verbose --all --all-features
run: cargo build --verbose

clippy_and_fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b21adb2

Please sign in to comment.