From c1f0dec4f9a5a3c2b68101336fe6c6e5143aaa75 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 1 Dec 2023 00:16:55 +0800 Subject: [PATCH] test --- integration_test/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/entrypoint.sh b/integration_test/entrypoint.sh index acc11dab3..fc811f908 100755 --- a/integration_test/entrypoint.sh +++ b/integration_test/entrypoint.sh @@ -65,7 +65,7 @@ if [ "$RUN_TESTS" == "true" ]; then L1_PROVER_PRIVATE_KEY=59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d \ TREASURY=0xdf09A0afD09a63fb04ab3573922437e1e637dE8b \ JWT_SECRET=$DIR/nodes/jwt.hex \ - go test -v -p=1 ./prover/... -coverprofile=coverage.out -covermode=atomic -timeout=700s + go test -v -p=1 ./$PACKAGE -coverprofile=coverage.out -covermode=atomic -timeout=700s else echo "💻 Local dev net started" docker compose -f $TESTNET_CONFIG logs -f l2_execution_engine