Skip to content

Commit

Permalink
[#11] Adopt latest improvement to CI jobs from up-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Jan 16, 2025
1 parent 89f1095 commit 9c10d55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
toolchain: ${{ env.RUST_TOOLCHAIN }}
- name: Run cargo check
run: |
cargo check --all --tests
cargo check --workspace --all-targets --all-features
fmt:
runs-on: ubuntu-latest
Expand All @@ -71,7 +71,7 @@ jobs:
components: rustfmt
- name: Run cargo fmt
run: |
cargo fmt --all -- --check
cargo fmt --all --check
clippy:
runs-on: ubuntu-latest
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Run cargo clippy
run: |
cargo clippy --version
cargo clippy --tests --examples
cargo clippy --all-targets --all-features --no-deps -- -W warnings -D warnings
docu:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c10d55

Please sign in to comment.