fif/.drone.yml
Lynnesbian c68a88c6b0
All checks were successful
continuous-integration/drone/push Build is passing
don't test on alpine since it's currently broken due to a crate out of my control 0uo
2021-03-12 04:05:03 +10:00

14 lines
199 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: linux-gnu
image: rust:latest
commands:
- cargo test -j3
#- name: linux-musl
# image: rust:alpine
# commands:
# - cargo test -j3