summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
blob: f3b0e5cfbb30ad64924eddce196418a2fea42f30 (plain)
1
2
3
4
5
6
7
pipeline:
  test:
    image: rust
    environment: [CARGO_TERM_COLOR=always]
    commands:
      - rustup default stable
      - cargo test