Skip to content

Commit

Permalink
fix: run tests before coverage target
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Feb 14, 2024
1 parent e9904be commit 379caba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/install-dependency-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set -e
GENERAL_PACKAGE_LIST_LINUX=(
python
gcc
gcc-libs
clang
make
cmake
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 379caba

Please sign in to comment.