aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/tests.yaml')
-rw-r--r--.woodpecker/tests.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml
new file mode 100644
index 0000000..01544c5
--- /dev/null
+++ b/.woodpecker/tests.yaml
@@ -0,0 +1,13 @@
+when:
+ - event: push
+ branch: master
+
+steps:
+ - name: test
+ image: rust
+ commands:
+ - cargo test
+ - name: compile-benches
+ image: rust
+ commands:
+ - cargo bench --no-run