Skip to content

Commit

Permalink
Remove old actions-rs/cargo (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach authored Sep 15, 2023
1 parent ae1d97a commit ebd653b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,17 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

- name: Rustfmt
uses: actions-rs/[email protected]
with:
command: fmt
args: --all -- --check
run: cargo fmt --all -- --check

- name: Clippy
uses: actions-rs/[email protected]
with:
command: clippy
args: ${{ matrix.flags }} --all -- -D warnings
run: cargo clippy ${{ matrix.flags }} --all -- -D warnings


- name: Tests
run: cargo llvm-cov nextest --all ${{ matrix.flags }} --lcov --output-path lcov.info

- name: Doctests
uses: actions-rs/[email protected]
with:
command: test
args: --doc ${{ matrix.flags }}
run: cargo test --doc ${{ matrix.flags }}

- name: Upload coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit ebd653b

Please sign in to comment.