diff options
-rwxr-xr-x | ci/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |