1
0
Fork 0
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:
Rob Ede 2024-06-10 04:15:58 +01:00
parent 9553e7afff
commit 9b3de1f1fe
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -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