From 379cababc066e6bf75876d75b87e8680170ee97b Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Wed, 14 Feb 2024 15:29:50 -0500 Subject: [PATCH] fix: run tests before coverage target --- .github/install-dependency-packages.sh | 1 - .github/workflows/ci.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/install-dependency-packages.sh b/.github/install-dependency-packages.sh index e4b1cf67..2d03462a 100755 --- a/.github/install-dependency-packages.sh +++ b/.github/install-dependency-packages.sh @@ -8,7 +8,6 @@ set -e GENERAL_PACKAGE_LIST_LINUX=( python gcc - gcc-libs clang make cmake diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c24f2a5c..1de4181f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,6 @@ jobs: run: meson install -C build-iguana ### run tests - name: TEST automatic tests and sanitizers - if: ${{ matrix.mode != 'coverage' }} run: | echo -e "\e[1;35m[NOTE]: log files are found in artifact 'logs_build_iguana_${{ matrix.mode }}' \e[0m" meson test -C build-iguana