AoC2021/.drone.yml
Julius 1418f18cab
All checks were successful
continuous-integration/drone/push Build is passing
Fix ci config
2021-12-04 14:26:30 +01:00

13 lines
224 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: test
image: rust:1.56
environment:
CARGO_HOME: ./.cargo_home
commands:
- cargo build --verbose --all
- cargo test --verbose --all