Skip to content

Commit

Permalink
Fix rust job
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Sep 20, 2023
1 parent be1f788 commit c3a5c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cargo nextest run --workspace --all-targets --no-fail-fast

- name: Run rustfmt
run: cargo fmt --workspace --all-targets
run: cargo fmt --all --check

- name: Run clippy
run: cargo clippy --workspace --all-targets
Expand Down

0 comments on commit c3a5c49

Please sign in to comment.