add LLAMA_CODE_COVERAGE=1 again

This commit is contained in:
Alon Faraj 2023-08-31 12:16:23 +03:00
parent 5a4426c633
commit a62df95d35

View file

@ -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