From e20c09b41a7fc62867a1671fdb7b5bd221e4fe85 Mon Sep 17 00:00:00 2001 From: Michael Maurer Date: Thu, 9 May 2024 20:50:15 -0400 Subject: [PATCH] chore: remove test-integration rule from Makefile 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. --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 0b4590082720..2c85b1c12f31 100644 --- a/Makefile +++ b/Makefile @@ -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))