diff options
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/tests.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml new file mode 100644 index 0000000..728cd15 --- /dev/null +++ b/.woodpecker/tests.yaml @@ -0,0 +1,12 @@ +when: + - event: push + +steps: + - name: test + image: rust + commands: + - cargo test + - name: compile-benches + image: rust + commands: + - cargo bench --no-run |
