From 45459939baa809fd5ccd64d7cb7ea1ac3fb17db3 Mon Sep 17 00:00:00 2001 From: Erin Power Date: Thu, 1 Jun 2023 17:11:14 +0900 Subject: [PATCH] Add backtrace and nocapture to test --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 699db5ced6..ac63f1518c 100644 --- a/build/Makefile +++ b/build/Makefile @@ -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