Skip to content

Commit

Permalink
llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Sep 28, 2023
1 parent 2b084af commit 6557b22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- uses: actions/checkout@v3
- uses: mozilla-actions/[email protected]
- name: install tarpaulin
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-tarpaulin
- name: run tarpaulin
run: cargo tarpaulin --out xml -- --test-threads 1
run: cargo tarpaulin --out xml --engine llvm -- --test-threads 1
env:
RUST_LOG: 'network=trace,sync_blocks=trace,consensus=trace'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:

- uses: mozilla-actions/[email protected]
- name: install nextest
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-nextest
- name: install cranky
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-cranky
- name: install deny
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-deny
- name: deny
Expand Down

0 comments on commit 6557b22

Please sign in to comment.