neo/.drone.yml
Patrick Michl d98e9ea9e3
All checks were successful
continuous-integration/drone/push Build is passing
add events and rooms migrations
2022-07-24 23:08:02 +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