From a62df95d3597cb33e2208c2949962d592143bb65 Mon Sep 17 00:00:00 2001 From: Alon Faraj Date: Thu, 31 Aug 2023 12:16:23 +0300 Subject: [PATCH] add LLAMA_CODE_COVERAGE=1 again --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 0a99e4815..e045fd4a6 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -19,7 +19,7 @@ jobs: sudo apt-get install build-essential gcc-8 - name: Build - run: CC=gcc-8 make -j tests + run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests - name: Run tests run: CC=gcc-8 make test