test: ignore expensive tests by default

This makes interactively running the tests a much more pleasant
experience rather than something one dreads.  These tests will still
be run on the CI.  To run these manually run:

cargo test [TESTNAME] -- --ignored
This commit is contained in:
Floris Bruynooghe
2019-07-09 13:36:16 +02:00
committed by Friedel Ziegelmayer
parent 11eb86c77f
commit 816fa1df9b
3 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ else
export CARGO_SUBCMD="test"
export OPT="${OPT} "
export OPT_RELEASE="${OPT_RELEASE} "
export OPT_RELEASE_IGNORED="${OPT_RELEASE} -- --ignored"
fi
# Run all the test configurations: