lotus/lotus-testground/Makefile
2020-06-17 19:02:04 +02:00

12 lines
331 B
Makefile

all:
deps:
git submodule update --init
cd extern/filecoin-ffi && make
run-exec:
testground run single --plan=network --testcase=lotus-network --builder=exec:go --runner=local:exec --instances=2
run-docker:
testground run single --plan=network --testcase=lotus-network --builder=docker:go --runner=local:docker --instances=2