add LLAMA_CODE_COVERAGE=1 again
This commit is contained in:
parent
5a4426c633
commit
a62df95d35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code-coverage.yml
vendored
2
.github/workflows/code-coverage.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
sudo apt-get install build-essential gcc-8
|
sudo apt-get install build-essential gcc-8
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: CC=gcc-8 make -j tests
|
run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: CC=gcc-8 make test
|
run: CC=gcc-8 make test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue