mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 19:01:05 +00:00
ci: fix doctest coverage
This commit is contained in:
parent
9553e7afff
commit
9b3de1f1fe
1 changed files with 3 additions and 2 deletions
5
.github/workflows/coverage.yml
vendored
5
.github/workflows/coverage.yml
vendored
|
@ -17,10 +17,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
- name: Install Rust (nightly)
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
|
||||
with:
|
||||
components: llvm-tools-preview
|
||||
toolchain: nightly
|
||||
components: llvm-tools
|
||||
|
||||
- name: Install just, cargo-llvm-cov, cargo-nextest
|
||||
uses: taiki-e/install-action@v2.38.0
|
||||
|
|
Loading…
Reference in a new issue