summaryrefslogtreecommitdiff
path: root/buildkite.yml
blob: 91a0753c786c194863833681c7234cade0288d78 (plain)
1
2
3
4
5
steps:
  - label: "Test with stable"
    command: rustup run stable cargo test
  - label: "Test with beta"
    command: rustup run beta cargo test