feat: CI: woodpecker init

This commit is contained in:
Aravinth Manivannan 2023-10-14 23:40:45 +05:30
parent 9f0b99054b
commit 01803e1e18
Signed by: realaravinth
GPG key ID: F8F50389936984FF

5
.woodpecker.yml Normal file
View file

@ -0,0 +1,5 @@
pipeline:
backend:
image: rust
commands:
- cargo test --all-features --no-fail-fast