optimised tests to execute faster - needed by pairing computations

This commit is contained in:
Vladimir Komendantskiy 2018-06-13 11:38:55 +01:00
parent 04b7365ed9
commit 87485c2eb1
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ script:
- cargo clippy --all-features --tests -- -D clippy
- cargo fmt -- --check
- cargo check --tests --all-features
- cargo test --all-features
- cargo test --all-features --release