Skip to content

Commit

Permalink
check fmt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Mar 13, 2024
1 parent 0376a69 commit 8197f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo fmt --check
- run: cargo build
- run: cargo test
- run: cargo bench
Expand Down

0 comments on commit 8197f79

Please sign in to comment.