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