From 6a1c33d7a165b0cea9c04a6172229401750d6a7d Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 28 Apr 2026 18:10:07 +0200 Subject: add CI --- .woodpecker/tests.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .woodpecker/tests.yaml 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 -- cgit v1.2.3