github actions: run inline tests, not docker
This commit is contained in:
parent
4b2430e007
commit
b28a7aa4a6
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -29,5 +29,7 @@ jobs:
|
|||
run: sudo make install
|
||||
- name: ldconfig
|
||||
run: sudo ldconfig
|
||||
- name: make test
|
||||
run: make test
|
||||
- name: test
|
||||
- run: (cd test; ./all.sh)
|
||||
# - name: make test # this is docker test
|
||||
# run: make test
|
||||
Loading…
Add table
Add a link
Reference in a new issue