Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 1aa6f5d

Browse files
committed
fixup: Print backtrace - no idea where the unwrap comes from
1 parent d80a02a commit 1aa6f5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#!/usr/bin/env sh
22

33
set -ex
4+
45
TARGET=$1
56

7+
export RUST_BACKTRACE=1
8+
export RUST_TEST_THREADS=1
9+
610
CMD="cargo test --all --no-default-features --target $TARGET"
711

812
$CMD

0 commit comments

Comments
 (0)