Skip to content

Commit

Permalink
Also tune actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Oct 21, 2024
1 parent 2f65642 commit ae035a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tool: cargo-llvm-cov
- name: Generate code coverage
run: |
cargo +nightly llvm-cov --workspace --all-features --lcov --output-path lcov.info
cargo +nightly llvm-cov --tests --all-features --lcov --output-path lcov.info
- name: Coveralls
uses: coverallsapp/github-action@v2
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Check typos
uses: crate-ci/typos@master
- name: "Rustfmt"
run: cargo fmt --all --check
run: cargo fmt --all --check --workspace
- name: Lint dependencies
uses: EmbarkStudios/cargo-deny-action@v2
- name: clippy
run: cargo clippy --all-targets --all-features
run: cargo clippy --all-targets --all-features --workspace

test:
name: Test
Expand Down

0 comments on commit ae035a2

Please sign in to comment.