diff --git a/.drone.yml b/.drone.yml index 0b11b61..797590e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,5 +13,5 @@ steps: - name: Tests image: rust:1.66.0-alpine3.17 commands: - - apk add bash + - apk add build-base make bash - cargo test -- --nocapture