Skip to content

Commit

Permalink
run test with testing and forwarding feature
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
  • Loading branch information
greged93 committed Oct 29, 2024
1 parent 0411dd9 commit a303f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a303f5a

Please sign in to comment.