Skip to content

Commit

Permalink
Fix CI default-features check
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopyl committed Mar 28, 2024
1 parent 060e669 commit 8ce21e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
toolchain: stable
- name: Build Default
run: cargo build --all --all-features --verbose
run: cargo build --all --verbose
- name: Build All Features
run: cargo build --all --all-features --verbose
- name: Run tests
Expand Down Expand Up @@ -57,6 +57,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: clippy
components: rustfmt
- name: Format
run: cargo fmt --all -- --check

0 comments on commit 8ce21e8

Please sign in to comment.