diff --git a/.buildkite/steps/deploy-test.sh b/.buildkite/steps/deploy-test.sh index 9fb5e735..a0dee70e 100755 --- a/.buildkite/steps/deploy-test.sh +++ b/.buildkite/steps/deploy-test.sh @@ -15,7 +15,7 @@ docker-compose up -d # Run unit-tests sleep 10s -docker run --network golos-tests_contracts-net -ti cyberway/golos.contracts:$IMAGETAG /bin/bash -c 'export MONGO_URL=mongodb://mongo:27017; /opt/golos.contracts/unit_test -l message -r detailed && /opt/cyberway.contracts/unit_test -t "!cyber_system_tests/*"' +docker run --network golos-tests_contracts-net -ti cyberway/golos.contracts:$IMAGETAG /bin/bash -c 'export MONGO_URL=mongodb://mongo:27017; /opt/golos.contracts/unit_test -l message -r detailed && /opt/cyberway.contracts/unit_test -l message -r detailed -t "!cyber_system_tests/*" -t "!cyber_stake_tests/*"' result=$? docker-compose down diff --git a/cyberway.contracts b/cyberway.contracts index 974a3039..7bd6eacc 160000 --- a/cyberway.contracts +++ b/cyberway.contracts @@ -1 +1 @@ -Subproject commit 974a303948758daa5fd9105a46356eec32e3f722 +Subproject commit 7bd6eacc3ee2364fe279b090b4e1e35418286906