diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..288c26e --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,11 @@ +--- + +pipeline: + lint: + image: rustlang/rust:nightly-alpine + commands: + - cargo fmt --check + test: + image: rustlang/rust:nightly-alpine + commands: + - RUST_BACKTRACE=1 cargo test