From 7d8c9ab2be2e72038692a96b10427ab6ed914259 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 20 Aug 2025 23:57:33 +0200 Subject: add CI --- .woodpecker/tests.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .woodpecker/tests.yaml diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml new file mode 100644 index 0000000..45662d9 --- /dev/null +++ b/.woodpecker/tests.yaml @@ -0,0 +1,13 @@ +when: + - event: push + branch: master + +steps: + - name: test + image: rust + commands: + - cargo test + - name: test(simd) + image: rustlang/rust:nightly + commands: + - cargo test --features=simd -- cgit v1.2.3