check why the job hang
This commit is contained in:
parent
c4ced68344
commit
a5e2aa33f7
1 changed files with 2 additions and 3 deletions
5
.github/workflows/code-coverage.yml
vendored
5
.github/workflows/code-coverage.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Code coverage
|
name: Code Coverage
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
@ -8,13 +8,12 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Dependencies
|
- name: Dependencies
|
||||||
id: depends
|
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
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 LLAMA_CODE_COVERAGE=1 tests
|
run: CC=gcc-8 make -j 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