From b3fd3dbb42ab6eea167f1d2c52c6e7d17be30ee0 Mon Sep 17 00:00:00 2001 From: Tristan Montoya Date: Mon, 15 Jul 2024 22:08:12 +0200 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Hendrik Ranocha --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dfa4ec..28c3c43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,11 +48,7 @@ jobs: show-versioninfo: true - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@v1 - - name: Run tests without coverage - uses: julia-actions/julia-runtest@v1 - with: - coverage: false - - name: Run tests with coverage + - name: Run tests uses: julia-actions/julia-runtest@v1 with: coverage: true