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