mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
ci: fix doctest coverage
This commit is contained in:
parent
9553e7afff
commit
9b3de1f1fe
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 New Issue
Block a user