From 0d6916205c98cb0e8e96de23f012d19632556509 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Wed, 20 Mar 2024 17:07:56 -0300 Subject: [PATCH] fix(ci): Disable uniswap test in earthly build (#5344) Ports #5334 to earthly config. --- l1-contracts/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l1-contracts/Earthfile b/l1-contracts/Earthfile index 7383b952ab2..ee016750a79 100644 --- a/l1-contracts/Earthfile +++ b/l1-contracts/Earthfile @@ -19,5 +19,5 @@ COPY --keep-ts --dir lib scripts src terraform test *.json *.toml *.sh . build: RUN git init && git add . && yarn lint && yarn slither && yarn slither-has-diff - RUN forge clean && forge fmt --check && forge build && forge test + RUN forge clean && forge fmt --check && forge build && forge test --no-match-contract UniswapPortalTest SAVE ARTIFACT out