diff --git a/tools/integration-tests/assets/entrypoint.sh b/tools/integration-tests/assets/entrypoint.sh index 9d690630ac57a3be7f712d57beeca177d7fc6f5b..a5ec0407b81c57c162ead53b0494c224f3c76ae7 100755 --- a/tools/integration-tests/assets/entrypoint.sh +++ b/tools/integration-tests/assets/entrypoint.sh @@ -6,4 +6,4 @@ chmod 777 /assets/* echo "assets:" ls /assets echo "running tests..." -go test ./tests/"${TEST_NAME}" -run TestConsensusFiftyFiftyOpinionSplit -v -timeout 30m +go test ./tests/"${TEST_NAME}" -v -timeout 30m diff --git a/tools/integration-tests/runTests.sh b/tools/integration-tests/runTests.sh index 51612ed3052eb7028dbcf77006651e09ed09cce6..42926b752932817fcc014824a45a490ca1f36d36 100755 --- a/tools/integration-tests/runTests.sh +++ b/tools/integration-tests/runTests.sh @@ -1,6 +1,6 @@ #!/bin/bash -TEST_NAMES='consensus' +TEST_NAMES='autopeering common drng message consensus' echo "Build GoShimmer image" docker build -t iotaledger/goshimmer ../../.