1 2 3 4 5 6 7 8 9 10 11 12 13 14
language: rust cache: cargo rust: - stable - beta jobs: include: - name: "Nightly: step trait" rust: nightly script: - cargo test --all --features examples,serde,step_trait script: - cargo test --all --features examples,serde