github actions: run inline tests, not docker

This commit is contained in:
Olof hagsand 2021-06-16 14:07:13 +02:00
parent 4b2430e007
commit b28a7aa4a6

View file

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