Skip to content

Commit

Permalink
fix(build): install llvm-tools-preview to generate source coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Nov 11, 2023
1 parent 46895c6 commit f31635b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: Run Rust tests
run: |
rustup component add llvm-tools-preview
cargo install --force grcov
npm install -g mocha
npm ci
Expand Down

0 comments on commit f31635b

Please sign in to comment.