From a303f5a9f0b35b03c49562242896edd3a9d19a79 Mon Sep 17 00:00:00 2001 From: Gregory Edison Date: Tue, 29 Oct 2024 13:25:39 +0100 Subject: [PATCH] run test with testing and forwarding feature Signed-off-by: Gregory Edison --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ae1886bc..06d250d67 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ test: katana-genesis load-env cargo test --all --features testing test-ci: load-env - cargo nextest run --all --all-features --profile ci + cargo nextest run --all --features "testing,forwarding" --profile ci # Example: `make test-target TARGET=test_raw_transaction` test-target: load-env