1 2 3 4 5 6 7 8
language: rust rust: - stable script: # don't do `cargo test` because it's incompatible with semver trick # see https://github.com/dtolnay/semver-trick/issues/4 - cargo check - cargo doc