neo/.drone.yml
Patrick Michl 304f82baa4
All checks were successful
continuous-integration/drone/push Build is passing
fix errors, move password hashing into User add sqlx offline checks
2022-04-28 21:55:52 +02:00

11 lines
156 B
YAML

kind: pipeline
type: docker
name: check
steps:
- name: cargo check
image: rust:latest
environment:
SQLX_OFFLINE: 'true'
commands:
- cargo check