Integration tests #4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ steps:
|
||||||
integration_tests:
|
integration_tests:
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- pip install virtualenv
|
- pip install virtualenv && virtualenv venv
|
||||||
- . venv/bin/activate && pip install -r requirements.txt
|
- . venv/bin/activate && pip install -r requirements.txt
|
||||||
- nohup ./target/debug/main --id 1 --http-addr 127.0.0.1:9001 --introducer-addr 127.0.0.1:9001 --introducer-id 1 --cluster-size 3 &
|
- nohup ./target/debug/main --id 1 --http-addr 127.0.0.1:9001 --introducer-addr 127.0.0.1:9001 --introducer-id 1 --cluster-size 3 &
|
||||||
- sleep 1
|
- sleep 1
|
||||||
|
|
Loading…
Reference in a new issue