Fix missing coverage files in CI

This commit is contained in:
Juno Takano 2025-12-26 00:36:41 -03:00
commit c9109e9775
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
run: apt install --no-install-recommends --update -y nodejs just
- name: setup toolchain
run: |
rustup component add rustfmt clippy
rustup component add rustfmt clippy llvm-tools-preview
cargo install cargo-llvm-cov --locked
- name: checkout code