light-openid/.drone.yml
Pierre Hubert 1b62a887c8
All checks were successful
continuous-integration/drone/push Build is passing
Add crypto wrapper as an optional dependency
2023-04-28 19:47:22 +02:00

15 lines
196 B
YAML

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