Skip to content

Commit

Permalink
Update .github/workflows/rust.yml
Browse files Browse the repository at this point in the history
Co-authored-by: setzer22 <jsanchezfsms@gmail.com>
  • Loading branch information
odysa and setzer22 authored Mar 17, 2023
1 parent d39e14e commit 60a3c8e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

fmt:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@rustfmt
- run: cargo fmt --all -- --check
clippy:
name: Clippy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 60a3c8e

Please sign in to comment.