gemfreely/.drone.yml

11 lines
167 B
YAML
Raw Normal View History

kind: pipeline
name: build-and-test
steps:
- name: test
image: rust:1.76-slim
commands:
- rustup component add rustfmt
2024-03-21 14:23:12 +00:00
- cargo build
- cargo test --verbose