added gcc to test image

This commit is contained in:
Tobias Trabelsi 2022-06-04 17:22:51 +02:00
parent be37dde5a0
commit 9a4df85f75
No known key found for this signature in database
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: