From 6a58fb274e8744cb76a21df943301d35fef10b26 Mon Sep 17 00:00:00 2001 From: LeChatP Date: Thu, 24 Aug 2023 11:29:15 +0200 Subject: [PATCH] fix test workflow --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 281a8cea..e20c5c5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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