This commit is contained in:
Thibault bui Koechlin 2020-06-08 16:32:21 +02:00
parent 75a632c7ee
commit 5e4c3adf50

View file

@ -30,4 +30,4 @@ jobs:
run: pwd && cd hub-tests && bash -x ./prep_tests.sh && cd ..
- name: Run the tests
working-directory: crowdsec-pull/tests/
run: ./main ./tests/apache2-1/
run: for i in `find ./tests -mindepth 1 -maxdepth 1 -type d` ; do echo "Testing $i" ; ./main $i || exit 1 ; done