Skip to content

Commit

Permalink
ci, fix: maybe fix the ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Jun 13, 2022
1 parent 9e4aada commit d62e1bd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
components: llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- uses: actions-rs/cargo@v1
with:
command: llvm-cov --lcov --output-path coverage.lcov
- uses: actions-rs/cargo@v1
with:
command: build
- name: Build and calculate coverages
run: |
cargo llvm-cov --lcov --output-path coverage.lcov
cargo build
# - uses: actions/cache@v2
# with:
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
Expand Down

0 comments on commit d62e1bd

Please sign in to comment.