8d3471e
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash set -euo pipefail ROOT_DIR="$(cd "$(dirname "$0")/../.." && pwd)" cd "$ROOT_DIR" ./tests/scripts/run-unit-go.sh ./tests/scripts/run-unit-node.sh