eazy-zig-tree-sitter/.crow/test.yml
Grace Yoder bd6c1aa47c
All checks were successful
ci/crow/push/test Pipeline was successful
fix: various
2026-07-17 13:57:30 -06:00

21 lines
311 B
YAML

when:
- event: push
clone:
git:
image: codefloe.com/crow-plugins/clone:1.1.0
settings:
tags: true
variables:
- &zig_image 'ghcr.io/rust-cross/cargo-zigbuild:0.23'
steps:
- name: test
image: *zig_image
commands:
- zig build test
- zig build test -Duse_third_party