adds test drone
Some checks reported errors
continuous-integration/drone/push Build was killed

Signed-off-by: Jochen maes <jochen@sejo-it.be>
This commit is contained in:
Jochen Maes 2023-10-21 08:46:51 +02:00
parent 55fc77b728
commit 5e60b7fcff

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: rust:1.73
commands:
- cargo test