added gcc to test image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Trabelsi 2022-06-04 17:22:51 +02:00
parent be37dde5a0
commit 9a4df85f75
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E

View File

@ -26,7 +26,7 @@ steps:
- name: test
image: golang:1.18.3-alpine3.16
commands:
- "apk add --update --no-cache make"
- "apk add --update --no-cache make build-base"
- "make test"
when:
event: