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

This commit is contained in:
JMARyA 2024-12-05 23:49:13 +01:00
parent 644b0a79d0
commit 77185abd6a
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

9
.woodpecker/test.yml Normal file
View file

@ -0,0 +1,9 @@
when:
- event: push
branch: main
steps:
- name: test
image: rust:latest
commands:
- cargo test