Skip to content

Commit

Permalink
Add backtrace and nocapture to test
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed May 25, 2023
1 parent a34b4f1 commit a39e297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test-quilkin: ensure-build-image
docker run --rm $(common_rust_args) \
--entrypoint=cargo $(BUILD_IMAGE_TAG) fmt -- --check
docker run --rm $(common_rust_args) \
--entrypoint=cargo $(BUILD_IMAGE_TAG) test
-e RUST_BACKTRACE=1 --entrypoint=cargo $(BUILD_IMAGE_TAG) test -- --nocapture

# Run tests against the examples
test-examples: ensure-build-image
Expand Down

0 comments on commit a39e297

Please sign in to comment.