Skip to content

Commit

Permalink
enforce cargo fmt --check
Browse files Browse the repository at this point in the history
  • Loading branch information
multun committed Aug 16, 2020
1 parent 8472789 commit 1b82453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Build
run: cargo check
- name: Check the format
run: cargo fmt --all -- --unstable-features --check
- name: Run tests
run: cargo test --workspace

0 comments on commit 1b82453

Please sign in to comment.