Skip to content

Commit

Permalink
fixup githubworkflow - i disabled features for the wrong crate =/
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Mar 1, 2024
1 parent a9aca2b commit 89e1a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo fmt --all --check
- run: cargo clippy --all-features
- run: cargo test --all-features
- run: cargo test --all-targets
- run: cargo build --release
gtfout:
defaults:
Expand All @@ -79,5 +79,5 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo fmt --all --check
- run: cargo clippy --all-targets --all-features
- run: cargo test --all-targets
- run: cargo test --all-targets --all-feauture
- run: cargo build --release

0 comments on commit 89e1a5b

Please sign in to comment.