We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions-rust-lang/setup-rust-toolchain
1 parent 86df0c3 commit eabd1beCopy full SHA for eabd1be
.github/workflows/code_coverage.yml
@@ -16,14 +16,12 @@ jobs:
16
- name: Install lcov tools
17
run: sudo apt-get install lcov -y
18
- name: Install Rust toolchain
19
- uses: actions-rs/toolchain@v1
+ uses: actions-rust-lang/setup-rust-toolchain@v1
20
with:
21
toolchain: nightly
22
override: true
23
- profile: minimal
+ cache: true
24
components: llvm-tools-preview
25
- - name: Rust Cache
26
- uses: Swatinem/rust-cache@v2.7.8
27
- name: Install cargo-llvm-cov
28
run: if [[ ! -e ~/.cargo/bin/cargo-llvm-cov ]]; then cargo install cargo-llvm-cov; fi
29
- name: Make coverage directory
0 commit comments