language: rust cache: cargo rust: - stable - nightly matrix: allow_failures: - rust: nightly fast_finish: true script: - cargo test --all