light-openid/.drone.yml
Pierre Hubert 03aa45c962
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Ready to release
2023-04-29 09:40:39 +02:00

16 lines
243 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 clippy -- -D warnings
- cargo test --all-features