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