BasicOIDC/.drone.yml
Pierre Hubert 0f69c3cf2c
Some checks reported errors
continuous-integration/drone/push Build was killed
Update CI script & add badge
2022-05-05 17:52:48 +02:00

14 lines
150 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- cargo check
- cargo test
- cargo clippy