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