This commit is contained in:
JMARyA 2025-06-28 01:18:38 +02:00
parent f4931dde79
commit 4ce6cf8e2d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

13
.woodpecker/test.yml Normal file
View file

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