Skip to content

Commit

Permalink
Update CI template
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 9, 2025
1 parent 73d1364 commit 72e18b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ jobs:
uses: taiki-e/install-action@cargo-hack

- name: Check code
run: cargo hack --workspace --feature-powerset clippy --all-targets -- -Dwarnings
run: cargo hack --workspace --feature-powerset clippy -- -Dwarnings

- name: Check tests & examples
run: cargo hack --workspace --feature-powerset clippy --tests --examples -- -Dwarnings

- name: Check formatting
run: cargo fmt --all --check
Expand Down Expand Up @@ -193,7 +196,7 @@ jobs:
- name: Check docs
run: cargo doc -p julian --no-deps --all-features
env:
RUSTDOCFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings --cfg docsrs

check-gentests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 72e18b3

Please sign in to comment.