Skip to content

Commit

Permalink
iox-#5 squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jun 23, 2022
1 parent e94a6e2 commit 57a68d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
rust-version: nightly
components: llvm-tools-preview
- uses: actions-rs/grcov@v0.1
- name: Setup cache
uses: actions/cache@v2
with:
Expand All @@ -64,7 +65,6 @@ jobs:
run: |
sudo apt update
sudo apt install -y libacl1-dev libncurses5-dev
cargo install grcov
- name: Build
env:
RUSTFLAGS: -Cinstrument-coverage
Expand Down

0 comments on commit 57a68d8

Please sign in to comment.