diff --git a/.drone.yml b/.drone.yml index b401997..0324bc1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: rust:latest commands: - cargo test -j3 -- name: linux-musl - image: rust:alpine - commands: - - cargo test -j3 +#- name: linux-musl +# image: rust:alpine +# commands: +# - cargo test -j3