language: rust os: - linux - osx script: - cargo build --verbose - cargo test --verbose - cargo run -- test integration_tests - cargo run -- test -r std/tests