Skip to content

Commit

Permalink
remove rust fmt in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyuanyang-uu committed Feb 23, 2023
1 parent 89cb2ca commit 2839016
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- name: check
run:
cargo check --all-features
- name: fmt-check
run:
cargo fmt --all -- --check
- name: Clippy
run:
cargo check --all-features
- name: Build
run: cargo build
- name: Run tests
Expand Down

0 comments on commit 2839016

Please sign in to comment.