github actions: split into separate runs

This commit is contained in:
Olof hagsand 2021-06-16 14:21:31 +02:00
parent 8482bbffa9
commit d1013d5cce

View file

@ -29,9 +29,11 @@ jobs:
run: sudo make install
- name: ldconfig
run: sudo ldconfig
- name: prepare test
- name: prepare test1
run: echo "#!/usr/bin/env bash" > test/site.sh
- name: prepare test2
run: echo "IPv6=true" >> test/site.sh
- name: prepare test3
run: echo "SKIPLIST=\"test_api.sh test_client.sh test_c++.sh test_install.sh test_privileges.sh\"" >> test/site.sh
- name: test
run: (cd test; ./all.sh)