Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Nov 25, 2024
1 parent 2f421c5 commit ca11943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: fmt & clippy
if: ${{ !cancelled() }}
run: |
ohrs cargo --disable-target -- fmt --all -- --check
cargo fmt --all -- --check
ohrs cargo --disable-target -- clippy --target ${{matrix.target}} --all-features --features="async tokio/rt-multi-thread" -- -D warnings
- name: Build
if: ${{ !cancelled() }}
Expand Down

0 comments on commit ca11943

Please sign in to comment.