Test CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Rafael Caricio 2023-04-27 21:27:05 +02:00
parent 22883798b3
commit fe8380e359
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

10
.woodpecker.yml Normal file
View file

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