Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Nov 26, 2023
1 parent ea99cc1 commit fb59afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: apt-get update && apt-get install -y libudev-dev
- run: cargo test
working-directory: bestool
audit:
Expand All @@ -18,6 +19,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy,rustfmt
- run: apt-get update && apt-get install -y libudev-dev
- run: cargo install cargo-audit
working-directory: bestool
- run: cargo install --locked cargo-vet
Expand Down

0 comments on commit fb59afa

Please sign in to comment.