Skip to content

Commit

Permalink
replace action-rs (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Oct 22, 2023
1 parent 44f6377 commit 66d7d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install cargo-tarpaulin
uses: actions-rs/install@v0.1
with:
crate: cargo-tarpaulin
version: latest
run: cargo install cargo-tarpaulin

- name: Coverage with tarpaulin
run: cargo tarpaulin --workspace --out lcov
Expand Down

0 comments on commit 66d7d5c

Please sign in to comment.