added gcc to test image

pull/4/head
Tobias Trabelsi 2 years ago
parent be37dde5a0
commit 9a4df85f75
No known key found for this signature in database
GPG Key ID: FF0C2839718CAF2E

@ -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:

Loading…
Cancel
Save