Skip to content

Commit 927bce9

Browse files
committed
Update test.sh to run doctests with single-threaded execution to avoid conflicts
1 parent dbfac54 commit 927bce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "1/3 running unit tests ..."
2323
cargo test -- --nocapture
2424
# most of doctests expect to connect to couchdb running in docker
2525
echo "2/3 running doctest ..."
26-
cargo test --doc -- --nocapture
26+
cargo test --doc -- --nocapture --test-threads=1
2727
# integration-tests connect to couchdb running in docker
2828
echo "3/3 running integration tests ..."
2929
cargo test --features=integration-tests -- --test-threads=1 --nocapture

0 commit comments

Comments
 (0)