- - cargo build --verbose --features clone
- - cargo test --verbose --features clone
- - cargo build --verbose
- - cargo test --verbose
- - cargo doc --verbose
-after_script:
- - ln -s target/doc doc
- - curl -v http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN > ./upload-docs
- - cat ./upload-docs
- - sh ./upload-docs
+ - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo bench; fi
+ - if [[ "$(rustc --version)" =~ 1.36.0 ]]; then cp test-oldest-Cargo.lock Cargo.lock; fi
+ - cargo test
+ - cargo test --release
+ - cargo test --no-default-features --features hashbrown
+ - cargo test --release --no-default-features --features hashbrown