Commit 67e97c79 authored by Michael Maurer's avatar Michael Maurer Committed by GitHub

chore: remove test-integration rule from Makefile (#10480)

Removes the seemingly obsolete rule to make
integration tests from the root Makefile.
Appears that integration tests were deprecated by
PR #5926 and this rule no longer works.
parent aa762242
......@@ -217,11 +217,6 @@ test-unit:
pnpm test
.PHONY: test-unit
test-integration:
bash ./ops-bedrock/test-integration.sh \
./packages/contracts-bedrock/deployments/devnetL1
.PHONY: test-integration
# Remove the baseline-commit to generate a base reading & show all issues
semgrep:
$(eval DEV_REF := $(shell git rev-parse develop))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment