actually enable warnings as errors (#759)

Motivation:

Forgot to introduce the -warnings-as-errors parameter in the `test:`
directive in the docker compose file.

Modifications:

added warnings-to-errors to the docker-compose.yml for 5.0

Result:

warnings to errors
This commit is contained in:
Johannes Weiss 2019-01-19 20:32:13 +00:00 committed by Cory Benfield
parent ea888e6405
commit a5b6ca06ab
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ services:
test:
image: swift-nio:18.04-5.0
command: /bin/bash -cl "swift test -Xswiftc -warnings-as-errors && ./scripts/integration_tests.sh"
environment:
- MAX_ALLOCS_ALLOWED_1000_reqs_1_conn=38750
- MAX_ALLOCS_ALLOWED_1_reqs_1000_conn=698050