Skip to content

Instantly share code, notes, and snippets.

@extrawurst
Created December 6, 2018 10:52
Show Gist options
  • Save extrawurst/884c70fdf10d53b01bf36ca3a7a2ee22 to your computer and use it in GitHub Desktop.
Save extrawurst/884c70fdf10d53b01bf36ca3a7a2ee22 to your computer and use it in GitHub Desktop.
test:
image: golang:1.11
cache:
paths:
- .cache
script:
- mkdir -p .cache
- export GOPATH="$CI_PROJECT_DIR/.cache"
- make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment