1ea88969fSopenharmony_cilanguage: rust 2ea88969fSopenharmony_cirust: 3ea88969fSopenharmony_ci - stable 4ea88969fSopenharmony_ci - beta 5ea88969fSopenharmony_ci - nightly 6ea88969fSopenharmony_ciscript: 7ea88969fSopenharmony_ci - cargo test --all 8ea88969fSopenharmony_cimatrix: 9ea88969fSopenharmony_ci include: 10ea88969fSopenharmony_ci - rust: 1.31.0 11ea88969fSopenharmony_ci script: cargo test --tests # skip doctests 12ea88969fSopenharmony_ci allow_failures: 13ea88969fSopenharmony_ci - rust: nightly 14ea88969fSopenharmony_ci fast_finish: true 15ea88969fSopenharmony_ci 16ea88969fSopenharmony_ci 17ea88969fSopenharmony_cinotifications: 18ea88969fSopenharmony_ci email: 19ea88969fSopenharmony_ci on_success: never 20