We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b8aa3 commit c7db752Copy full SHA for c7db752
.github/workflows/coverage.yml
@@ -6,10 +6,13 @@ jobs:
6
coverage:
7
runs-on: ubuntu-22.04
8
steps:
9
+ - uses: dtolnay/[email protected]
10
+
11
- uses: actions/checkout@v3
12
- - name: Install Rust
13
+ - name: Install LLVM tools
14
run: rustup toolchain install stable --component llvm-tools-preview
15
16
- name: Install cargo-llvm-cov
17
uses: taiki-e/install-action@cargo-llvm-cov
18
.github/workflows/test.yml
@@ -15,9 +15,12 @@ jobs:
- uses: dtolnay/[email protected]
19
- name: Install LLVM package
20
run: sudo apt-get install llvm-13-dev
- - uses: actions/checkout@v2
21
22
+ - uses: actions/checkout@v3
23
24
- name: Build
25
run: cargo build --verbose
26
- name: Run tests
0 commit comments