CI
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
JMARyA 2024-12-18 19:56:09 +01:00
parent 94ab6e050e
commit 92589ba7a9
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