Skip to content

Commit 5ddd8b2

Browse files
committed
testing: disable thread parallelization in docker testing
Signed-off-by: Paul Osborne <[email protected]>
1 parent b5b7042 commit 5ddd8b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ BUILD_DIR="."
1212
VERSION="$1"
1313
TARGET="$2"
1414

15+
export RUST_TEST_THREADS=1
16+
1517
echo "======================================================="
1618
echo "TESTING VERSION: ${VERSION}, TARGET: ${TARGET}"
1719
echo "======================================================="

0 commit comments

Comments
 (0)