diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..f9c3d60 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,5 @@ +pipeline: + test: + image: rust:latest + commands: + - cargo test