Skip to content
Snippets Groups Projects

Remove parallelity of integration tests

Merged Neil-Jocelyn Schark requested to merge integration-tests-again into master
Files
2
+ 1
1
@@ -37,5 +37,5 @@ integration-test-gosdn:
- mv artifacts/ssl/gosdn/private artifacts/ssl/
- make build-gosdn
- cd artifacts && GOSDN_ADMIN_PASSWORD=TestPassword ./gosdn --config ../controller/configs/integration-test-gosdn.toml --security secure &
- INTEGRATION_TEST_CONTROLLER_URL="localhost:55055" go test ./integration-tests/*
- INTEGRATION_TEST_CONTROLLER_URL="localhost:55055" go test -p 1 ./integration-tests/*
<<: *test
Loading