summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/test.sh b/ci/test.sh
index f14b7b96..011ac737 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -3,6 +3,8 @@
set -xeu
cd "$(dirname "$0")/.."
+export RUST_BACKTRACE=1
+
# Regenerate the test headers' bindings in debug and release modes, and assert
# that we always get the expected generated bindings.