Skip to content

Commit

Permalink
Remove --no-dev-deps where it can't be used in github ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Mar 29, 2024
1 parent f1c405c commit f8cfd9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- name: Test
run: cargo hack test --no-fail-fast --feature-powerset --no-dev-deps --workspace
run: cargo hack test --no-fail-fast --feature-powerset --workspace
- name: Check
run: cargo hack check --feature-powerset --no-dev-deps --workspace
- name: Clippy
run: cargo hack clippy --workspace --all-targets --feature-powerset --no-dev-deps -- -D warnings
run: cargo hack clippy --workspace --all-targets --feature-powerset -- -D warnings

check_formatting:
name: Formatting
Expand Down

0 comments on commit f8cfd9c

Please sign in to comment.