From f6651aee9565b64cf965070d8a2601eaa83b1614 Mon Sep 17 00:00:00 2001 From: Thomas Coratger <60488569+tcoratger@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:08:11 +0100 Subject: [PATCH] Update Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index c4aad23e1..06d250d67 100644 --- a/Makefile +++ b/Makefile @@ -62,9 +62,6 @@ test-ci: load-env test-target: load-env cargo test --tests --all-features $(TARGET) -- --nocapture -test-target1: load-env - cargo test --package kakarot-rpc --test entry --all-features -- tests::mempool::test_maintain_mempool --exact --show-output - benchmark: cd benchmarks && bun i && bun run benchmark