Merge branch 'run-all-tests-on-our-own-ci' into 'master'

Make .gitlab-ci file override test options so that all tests run

See merge request micro-ROS/ros_tracing/tracetools_analysis!43
This commit is contained in:
Christophe Bedard 2020-01-01 02:28:37 +00:00
commit c1a82f78fd

View file

@ -22,6 +22,6 @@ build:
script:
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
- . install/local_setup.sh
- colcon test --packages-select $PACKAGES_LIST
- colcon test --packages-select $PACKAGES_LIST --pytest-args -o addopts=
- colcon test-result --all
<<: *global_artifacts