Add drone.yml

This commit is contained in:
2023-03-04 18:12:07 +00:00
parent 9ff002b19c
commit 04963ebdf0
+9
View File
@@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: rust:1.69.0-nightly
commands:
- cargo build --verbose --all
- cargo test --verbose --all