File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5151 docker compose build
5252
5353 - name : Run Devnet tests
54- run : go test -timeout 30m -p 1 -count 1 -v ./espresso/devnet-tests/...
54+ run : go test -timeout 30m -p 1 -count 1 -skip 'TestRotateBatcherKey|TestChangeBatchInboxOwner' - v ./espresso/devnet-tests/...
5555
5656 - name : Save Nix cache
5757 uses : nix-community/cache-nix-action/save@v6
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ fast-tests:
66 ./ run_fast_tests.sh
77
88devnet-tests : build-devnet
9- go test -timeout 30 m -p 1 -count 1 -v ./ espresso/ devnet-tests/ ...
9+ go test -timeout 30 m -p 1 -count 1 -skip ' TestRotateBatcherKey|TestChangeBatchInboxOwner' - v ./ espresso/ devnet-tests/ ...
1010
1111build-devnet : compile-contracts
1212 rm -Rf espresso/ deployment
@@ -63,6 +63,9 @@ smoke-tests: compile-contracts
6363nuke :
6464 make nuke
6565
66+ # Stop the containers
67+ stop-containers :
68+ (cd espresso && docker compose down -v)
6669
6770# Checks that TODO comments have corresponding issues.
6871todo-checker :
You can’t perform that action at this time.
0 commit comments