update
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful

This commit is contained in:
JMARyA 2025-06-28 01:55:29 +02:00
parent c010ccc380
commit fce86e60b7
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 126 additions and 43 deletions

13
.woodpecker/test.yml Normal file
View file

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