Skip to content

Commit

Permalink
CI: Replace actions-rs with run
Browse files Browse the repository at this point in the history
The  actions-rs/cargo is not maintained.
  • Loading branch information
LinkTed committed Oct 15, 2024
1 parent b862ba7 commit 080f2ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ jobs:
toolchain: ${{ matrix.rust_channel }}
- uses: actions/checkout@v4
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features "${{ matrix.features }}"
run: cargo test --no-default-features --features "${{ matrix.features }}"

code-coverage:
name: Job code coverage
Expand Down

0 comments on commit 080f2ac

Please sign in to comment.