From 01803e1e18e9e76c6f773456d88b90326d4b342a Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sat, 14 Oct 2023 23:40:45 +0530 Subject: [PATCH] feat: CI: woodpecker init --- .woodpecker.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..99ced6c --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,5 @@ +pipeline: + backend: + image: rust + commands: + - cargo test --all-features --no-fail-fast