Skip to content

Commit

Permalink
Merge pull request #151 from arkedge/check-rust-with-locked
Browse files Browse the repository at this point in the history
[CI] cargo clippy & test with --locked
  • Loading branch information
KOBA789 authored Apr 19, 2024
2 parents e33e7cf + fead3f6 commit 73f9dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ jobs:
uses: sksat/action-clippy@v0.7.1
with:
reporter: github-pr-review
clippy_flags: --locked

- name: format
run: |
cargo fmt --all -- --check
- name: unit test
run: |
cargo test
cargo test --locked

0 comments on commit 73f9dcd

Please sign in to comment.