Update ci.yml
This commit is contained in:
parent
3d46b23463
commit
48503cf44f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
|||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Install kcov
|
||||
run: sudo apt-get install -y kcov
|
||||
|
||||
- name: Run tests
|
||||
run: test/test.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue