Skip to content

Commit 6aecad9

Browse files
committed
add +nightly to clippy and tarpaulin runs
1 parent 627baa3 commit 6aecad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: cargo +nightly fmt -- --check
4848

4949
- name: Run cargo clippy
50-
run: cargo clippy -- -D warnings
50+
run: cargo +nightly clippy -- -D warnings
5151

5252
- name: Install cargo-tarpaulin
5353
run: cargo install cargo-tarpaulin
5454

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

5858
- name: Generate Code Coverage Summary
5959
uses: irongut/CodeCoverageSummary@v1.3.0

0 commit comments

Comments
 (0)