Skip to content

Commit

Permalink
add +nightly to clippy and tarpaulin runs
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanirby committed Mar 4, 2025
1 parent 627baa3 commit 6aecad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
run: cargo +nightly fmt -- --check

- name: Run cargo clippy
run: cargo clippy -- -D warnings
run: cargo +nightly clippy -- -D warnings

- name: Install cargo-tarpaulin
run: cargo install cargo-tarpaulin

- name: Run cargo tarpaulin
run: cargo tarpaulin --rustflags="-C opt-level=0" --no-fail-fast --out xml
run: cargo +nightly tarpaulin --rustflags="-C opt-level=0" --no-fail-fast --out xml

- name: Generate Code Coverage Summary
uses: irongut/CodeCoverageSummary@v1.3.0
Expand Down

0 comments on commit 6aecad9

Please sign in to comment.