Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
enhance fmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Oct 10, 2021
1 parent 25ddb0d commit d0fd2dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install clippy
run: rustup component add clippy
- name: "clippy --all"
run: cargo clippy --all --tests
run: cargo clippy --all --tests -- -D warnings

fmt:
name: fmt
Expand All @@ -64,8 +64,8 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Install rustfmt
run: rustup component add rustfmt

- run: cargo fmt
- name: Run
run: cargo fmt --all -- --check

miri-checks:
name: Miri
Expand Down

0 comments on commit d0fd2dc

Please sign in to comment.