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:
parent
ea888e6405
commit
a5b6ca06ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue