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

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