Skip to content

Commit f790a97

Browse files
committed
optimize README.md
1 parent 6b734de commit f790a97

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ on:
1111
- '**.png'
1212

1313
env:
14-
RUST_TOOLCHAIN: stable
15-
TOOLCHAIN_PROFILE: minimal
14+
CARGO_TERM_COLOR: always
1615

1716
jobs:
1817
coverage:
1918
name: Run cargo coverage
2019
runs-on: ubuntu-latest
21-
environment: coverage
2220
env:
2321
CARGO_TERM_COLOR: always
2422
steps:
@@ -27,8 +25,8 @@ jobs:
2725
- name: Install toolchain
2826
uses: actions-rs/toolchain@v1
2927
with:
30-
profile: ${{ env.TOOLCHAIN_PROFILE }}
31-
toolchain: ${{ env.RUST_TOOLCHAIN }}
28+
toolchain: 1.81.0
29+
profile: minimal
3230
override: true
3331
components: llvm-tools-preview
3432
- name: Install cargo-llvm-cov

0 commit comments

Comments
 (0)