Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuzhao authored Mar 13, 2024
1 parent 2a1bf52 commit 0bd9112
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Run tests
run: cargo test
- name: Run fmt checks
run: cargo fmt -- --check
- name: Run lints
run: cargo clippy -- -D warnings
- name: Run tests
run: cargo test

0 comments on commit 0bd9112

Please sign in to comment.