Skip to content

Commit

Permalink
experiment: Compile test in release
Browse files Browse the repository at this point in the history
Signed-off-by: Si Beaumont <[email protected]>
  • Loading branch information
simonjbeaumont committed Sep 13, 2023
1 parent 49e360a commit 3263b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

compatibility-test: &HACK
<<: *common
command: /bin/bash -xcl "cat /proc/cpuinfo && cat /proc/meminfo && swift test --parallel --num-workers $$(($$(nproc)-1)) --filter $${SWIFT_OPENAPI_COMPATIBILITY_TEST_FILTER}"
command: /bin/bash -xcl "cat /proc/cpuinfo && cat /proc/meminfo && swift test -c release -Xswiftc -enable-testing --parallel --num-workers $$(($$(nproc)-1)) --filter $${SWIFT_OPENAPI_COMPATIBILITY_TEST_FILTER}"
environment: # These can be overridden when running locally.
SWIFT_OPENAPI_COMPATIBILITY_TEST_ENABLE: "true"
SWIFT_OPENAPI_COMPATIBILITY_TEST_SKIP_BUILD: "true"
Expand Down

0 comments on commit 3263b22

Please sign in to comment.