Add Woodpecker-CI check pipeline
ci/woodpecker/push/check Pipeline failed Details

async-cursors
Manos Pitsidianakis 2023-07-11 12:45:50 +03:00
parent 74e15316db
commit a5770c89f4
Signed by: Manos Pitsidianakis
GPG Key ID: 7729C7707F7E09D0
1 changed files with 10 additions and 0 deletions

10
.ci/check.yml 100644
View File

@ -0,0 +1,10 @@
matrix:
RUST: [stable]
pipeline:
test:
image: rust
environment: [CARGO_TERM_COLOR=always]
commands:
- rustup default $RUST
- make check