From 0411dd97eca20f90e0446a9c67f693f1460a5af3 Mon Sep 17 00:00:00 2001 From: Gregory Edison Date: Tue, 29 Oct 2024 12:56:59 +0100 Subject: [PATCH] run test with all features Signed-off-by: Gregory Edison --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9eb429b52..3ae1886bc 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 --features testing --profile ci + cargo nextest run --all --all-features --profile ci # Example: `make test-target TARGET=test_raw_transaction` test-target: load-env