From a5770c89f46b908d17d6eb4573c8337a952f99a8 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Tue, 11 Jul 2023 12:45:50 +0300 Subject: [PATCH] Add Woodpecker-CI check pipeline --- .ci/check.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .ci/check.yml diff --git a/.ci/check.yml b/.ci/check.yml new file mode 100644 index 00000000..59998802 --- /dev/null +++ b/.ci/check.yml @@ -0,0 +1,10 @@ +matrix: + RUST: [stable] + +pipeline: + test: + image: rust + environment: [CARGO_TERM_COLOR=always] + commands: + - rustup default $RUST + - make check