eth-to-bnc-bridge/tests/run.sh

9 lines
132 B
Bash
Raw Normal View History

#!/bin/bash
set -e
set -v
docker build -t tests . > /dev/null
docker run --network blockchain_home --rm -e HOME_RPC_URL tests $@