Skip to content

Commit

Permalink
ci: enable parallel test execution
Browse files Browse the repository at this point in the history
This is possible after the preceeding changes to the integration test
harness.

Signed-off-by: Jonas Witschel <diabonas@gmx.de>
  • Loading branch information
diabonas committed Apr 24, 2019
1 parent ddaa16c commit bde2981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ script:
fi
- $SCAN_PREFIX ../configure $CONFIGURE_OPTIONS --enable-integration
- $SCAN_PREFIX make -j$(nproc)
- make -j1 check
- make -j$(nproc) check
- cat test-suite.log
- make -j1 distcheck
- make -j$(nproc) distcheck
- cat config.log $(find -name test-suit.log) || true
- popd

Expand Down

0 comments on commit bde2981

Please sign in to comment.