flair/.drone.yml
justine 6361da3f40
Some checks failed
continuous-integration/drone Build is failing
Update '.drone.yml'
Added nocapture to tests
2023-01-11 18:16:30 +01:00

17 lines
261 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Compile
image: rust:1.66.0-alpine3.17
commands:
- apk add build-base make bash
- cargo build --verbose
- name: Tests
image: rust:1.66.0-alpine3.17
commands:
- cargo test -- --nocapture