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
Branches
No related tags found
No related merge requests found
...@@ -6,4 +6,4 @@ chmod 777 /assets/* ...@@ -6,4 +6,4 @@ chmod 777 /assets/*
echo "assets:" echo "assets:"
ls /assets ls /assets
echo "running tests..." echo "running tests..."
go test ./tests/"${TEST_NAME}" -run TestConsensusFiftyFiftyOpinionSplit -v -timeout 30m go test ./tests/"${TEST_NAME}" -v -timeout 30m
#!/bin/bash #!/bin/bash
TEST_NAMES='consensus' TEST_NAMES='autopeering common drng message consensus'
echo "Build GoShimmer image" echo "Build GoShimmer image"
docker build -t iotaledger/goshimmer ../../. docker build -t iotaledger/goshimmer ../../.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment