FINAL CI
ci/woodpecker/push/all_push Pipeline was successful
ci/woodpecker/push/master_push Pipeline was successful

This commit is contained in:
2026-06-03 16:42:49 -07:00
parent 3c173d962e
commit eb01780381
2 changed files with 27 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
# Always run build and unit tests
steps:
- name: build
image: git.firechicken.net/fedichat/rust_builder:latest
pull: true
commands:
- cargo build
depends_on: []
- name: test
image: git.firechicken.net/fedichat/rust_builder:latest
pull: true
commands:
- cargo test
depends_on: []