1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
language: rust os: - linux - osx rust: - stable - beta - nightly script: # With std and blake2bp. - cargo test -vv --all-features # Without std. - cargo test -vv --no-default-features # Test the b2sum sub-crate. - (cd b2sum && cargo test -vv)