Skip to content

Commit

Permalink
fix(make): rm devent-test (#12501)
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa authored Oct 18, 2024
1 parent 466fd95 commit d2c5146
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ devnet-up: pre-devnet ## Starts the local devnet
PYTHONPATH=./bedrock-devnet $(PYTHON) ./bedrock-devnet/main.py --monorepo-dir=.
.PHONY: devnet-up

devnet-test: pre-devnet ## Runs tests on the local devnet
make -C op-e2e test-devnet
.PHONY: devnet-test

devnet-down: ## Stops the local devnet
@(cd ./ops-bedrock && GENESIS_TIMESTAMP=$(shell date +%s) docker compose stop)
.PHONY: devnet-down
Expand Down
5 changes: 0 additions & 5 deletions op-e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ test-fault-proofs: pre-test
$(go_test) $(go_test_flags) ./faultproofs
.PHONY: test-faultproofs

test-devnet: pre-test
$(go_test) $(go_test_flags) ./devnet
.PHONY: test-devnet

cannon-prestates:
make -C .. cannon-prestate
make -C .. cannon-prestate-mt
Expand Down Expand Up @@ -76,4 +72,3 @@ fuzz:
go test -run NOTAREALTEST -tags cgo_test -v -fuzztime 10s -fuzz FuzzFjordCostFunction ./opgeth
go test -run NOTAREALTEST -tags cgo_test -v -fuzztime 10s -fuzz FuzzFastLzGethSolidity ./opgeth
go test -run NOTAREALTEST -tags cgo_test -v -fuzztime 10s -fuzz FuzzFastLzCgo ./opgeth

0 comments on commit d2c5146

Please sign in to comment.