1 2 3 4 5 6 7 8
language: rust rust: - stable - nightly script: cargo test --no-fail-fast -- --test-threads=1 notifications: email: on_success: never