Skip to content
Snippets Groups Projects
Commit 68a9c8dc authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Run 'make check' with -k to finish all tests even in case of failure

parent 1146024a
Branches
Tags
No related merge requests found
......@@ -8,6 +8,6 @@ before_install:
before_script:
- autoreconf -fi
script:
- ./configure --enable-code-coverage && make && make check
- ./configure --enable-code-coverage && make && make -k check
after_success:
- coveralls --exclude-pattern '.*/tests/.*' --verbose
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment