Move to plain alpine for tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Aode (Lion) 2022-01-17 14:10:25 -06:00
parent 36a7f9ddcf
commit 17a09e4fbe

View file

@ -46,9 +46,10 @@ platform:
steps:
- name: tests
image: rust:1-alpine
image: alpine:edge
pull: always
commands:
- apk add rust cargo
- cargo test
trigger:
@ -68,9 +69,10 @@ platform:
steps:
- name: tests
image: rust:1-alpine
image: alpine:edge
pull: always
commands:
- apk add rust cargo
- cargo test
trigger: