Skip to content
Snippets Groups Projects
Commit c47dde6b authored by Luca Moser's avatar Luca Moser
Browse files

do all integration tests again

parent 81b6a381
No related branches found
No related tags found
No related merge requests found
......@@ -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
#!/bin/bash
TEST_NAMES='consensus'
TEST_NAMES='autopeering common drng message consensus'
echo "Build GoShimmer image"
docker build -t iotaledger/goshimmer ../../.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment