Skip to content

Commit

Permalink
[meta] make CI work again
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 11, 2024
1 parent 4b17049 commit 347e718
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
run: cargo clippy --all-features --all-targets
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Clippy feature powerset for target-spec
run: cargo hack --feature-powerset --package target-spec clippy
- name: Lint (rustfmt)
run: cargo xfmt --check
- name: Install cargo readme
Expand All @@ -36,6 +34,10 @@ jobs:
run: ./scripts/regenerate-readmes.sh
- name: Check for differences
run: git diff --exit-code
# cargo hack might cause changes to Cargo.lock which can cause the git diff above to fail. Put
# this at the end.
- name: Clippy feature powerset for target-spec
run: cargo hack --feature-powerset --package target-spec clippy

build:
name: Build and test core crates
Expand Down

0 comments on commit 347e718

Please sign in to comment.