1 2 3 4 5 6 7 8 9 10 11 12 13 14
language: rust rust: - stable - nightly branches: only: - master script: - cargo test --tests --no-fail-fast # TODO: doctests are still flickering without --test-threads=1 - cargo test --doc --no-fail-fast -- --test-threads=1 notifications: email: on_success: never