Skip to content

Commit

Permalink
Minor syntax cleanup in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
busstoptaktik committed Nov 3, 2023
1 parent 279530b commit c9afce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo clippy --deny warnings
- run: cargo clippy -- --deny warnings
- run: cargo fmt --check
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit c9afce4

Please sign in to comment.