Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Aug 24, 2023
1 parent f2a647e commit 6a58fb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: llvm-tools-preview
components: llvm-tools-preview, grcov
override: true

- name: Install grcov
run: cargo install grcov
- name: Install Dependencies
run: sudo ./configure.sh -yd

- name: run tests with coverage
run: cargo test
Expand Down

0 comments on commit 6a58fb2

Please sign in to comment.