light-openid/.drone.yml
Pierre Hubert 385fa01111
All checks were successful
continuous-integration/drone/push Build is passing
Fix build issue do to features
2023-04-29 09:06:20 +02:00

15 lines
211 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo clippy --all-features -- -D warnings
- cargo test --all-features