ci: add test runner

This commit is contained in:
ato 2023-02-13 23:04:09 +01:00
parent d0a663b2bb
commit a0991729bd

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: FROM rust:alpine
commands:
- cargo test