Skip to content

Commit

Permalink
chore: remove test-integration rule from Makefile
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maurermi committed May 10, 2024
1 parent 3249d81 commit e20c09b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e20c09b

Please sign in to comment.