Skip to content

Commit aa123b8

Browse files
authored
Test the proxy in release mode in Docker in CI on the master branch. (#327)
* Test the proxy in release mode in Docker in CI on the master branch. Previously we were not running the proxy tests in the release configuration. Run the proxy tests in the release configuration through Docker. Docker builds with tests in release mode are too slow to run on every pull request so release mode tests will only be run on the master branch. Signed-off-by: Brian Smith <[email protected]>
1 parent 50f4aa5 commit aa123b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ jobs:
115115
- export BUILD_DEBUG=1 DOCKER_TRACE=1
116116

117117
script:
118-
# Proxy tests are run in the `test` stage, re-running them here would be
119-
# redundant/slow. #280
120-
- PROXY_SKIP_TESTS=1 bin/docker-build
118+
# We re-run the tests here in *release* (--release) mode since the
119+
# `test` stage only runs them in *debug* mode.
120+
- bin/docker-build
121121

122122
after_success:
123123
- bin/docker-push-deps

0 commit comments

Comments
 (0)