Skip to content

Commit

Permalink
nocapture to have more logs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 30, 2024
1 parent 2e91125 commit 09f5192
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 @@ -84,7 +84,7 @@ ef-test-v1: build

# Runs ef-tests with cairo-native mode
ef-test-v1-native: build
cargo test --test tests --no-fail-fast --features "v1,native,ci"
cargo test --test tests --no-fail-fast --features "v1,native,ci" -- --nocapture

# Build the rust crates
build:
Expand Down

0 comments on commit 09f5192

Please sign in to comment.