From 91684c25badffd1cde04ef6e45847a502cbe4887 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 19 Jun 2019 17:22:42 +0200 Subject: [PATCH] Test thread-safety in CI --- test.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -