1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

ci: fix coverage job

This commit is contained in:
Rob Ede 2024-06-20 03:06:57 +01:00
parent 1a658a98e1
commit 6934db623b
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -29,10 +29,10 @@ jobs:
with:
components: llvm-tools-preview
- name: Install just, cargo-llvm-cov
- name: Install just, cargo-llvm-cov, cargo-nextest
uses: taiki-e/install-action@v2.38.0
with:
tool: just,cargo-llvm-cov
tool: just,cargo-llvm-cov,cargo-nextest
- name: Generate code coverage
run: just test-coverage-codecov