Files
confetti/.woodpecker/all_push.yml
T
uelen eb01780381
ci/woodpecker/push/all_push Pipeline was successful
ci/woodpecker/push/master_push Pipeline was successful
FINAL CI
2026-06-03 16:42:49 -07:00

16 lines
328 B
YAML

# 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: []