diff --git a/test.sh b/test.sh index 2240728..605af00 100755 --- a/test.sh +++ b/test.sh @@ -16,4 +16,6 @@ cd $(dirname $0) time cargo test --all ${EXTRA_ARGS} +time cargo test --all --features threadsafe + cd -