Skip to content

Commit f6a109c

Browse files
committed
remove more deprecated actions-rs actions
1 parent e24b239 commit f6a109c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
toolchain: ${{ matrix.rust }}
3636
- uses: Swatinem/rust-cache@v2
3737
- name: Test
38-
uses: actions-rs/cargo@v1
39-
with:
40-
command: test
38+
run: cargo test --all-features
4139
audit:
4240
runs-on: ubuntu-latest
4341
steps:
@@ -46,8 +44,7 @@ jobs:
4644
with:
4745
toolchain: stable
4846
- uses: Swatinem/rust-cache@v2
49-
- name: cargo audit
50-
uses: actions-rs/[email protected]
51-
with:
52-
token: ${{ secrets.GITHUB_TOKEN }}
47+
- run: |
48+
cargo install cargo-audit
49+
cargo audit
5350

0 commit comments

Comments
 (0)