Test thread-safety in CI

This commit is contained in:
Michael Mueller 2019-06-19 17:22:42 +02:00
parent d08a08de51
commit 91684c25ba
No known key found for this signature in database
GPG Key ID: 95756F716F423159
1 changed files with 2 additions and 0 deletions

View File

@ -16,4 +16,6 @@ cd $(dirname $0)
time cargo test --all ${EXTRA_ARGS}
time cargo test --all --features threadsafe
cd -