aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/tests.yaml
blob: 728cd15f998ea91eba29425cae00161a4e160618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
when:
  - event: push

steps:
  - name: test
    image: rust
    commands:
      - cargo test
  - name: compile-benches
    image: rust
    commands:
      - cargo bench --no-run