Skip to content

Commit 5bf75f3

Browse files
committed
fix CI
1 parent b011fb8 commit 5bf75f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
4848
- uses: dtolnay/rust-toolchain@nightly
4949
name: Set Rust toolchain
50-
# These dependencies are required for `clipboard`
50+
51+
- run: cargo install grcov
5152
- run: cargo test
5253
env:
5354
CARGO_INCREMENTAL: '0'

0 commit comments

Comments
 (0)