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