Skip to content

Commit

Permalink
fixup! fixup! fixup! testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 13, 2024
1 parent 11c22ce commit c7057fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: "LAZE=$(pwd)/target/debug/laze make -C src/tests"

- name: "collect coverage results"
if: ${{ matrix.toolchain == 'nightly' }}
if: ${{ startsWith(matrix.toolchain, 'nightly') }}
run: >
RUSTUP_TOOLCHAIN=${{ matrix.toolchain }}
grcov
Expand All @@ -95,7 +95,7 @@ jobs:
--ignore "/*"
- name: Coveralls
if: ${{ matrix.toolchain == 'nightly' }}
if: ${{ startsWith(matrix.toolchain, 'nightly') }}
uses: coverallsapp/github-action@v1
with:
path-to-lcov: "lcov.info"

0 comments on commit c7057fd

Please sign in to comment.