1 2 3 4 5 6 7
language: rust sudo: false script: - cargo build --verbose - cargo test --verbose - cd tests - cargo test --verbose