We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfac54 commit 927bce9Copy full SHA for 927bce9
test.sh
@@ -23,7 +23,7 @@ echo "1/3 running unit tests ..."
23
cargo test -- --nocapture
24
# most of doctests expect to connect to couchdb running in docker
25
echo "2/3 running doctest ..."
26
-cargo test --doc -- --nocapture
+cargo test --doc -- --nocapture --test-threads=1
27
# integration-tests connect to couchdb running in docker
28
echo "3/3 running integration tests ..."
29
cargo test --features=integration-tests -- --test-threads=1 --nocapture
0 commit comments