dev.yml 167 B

1234567891011121314
  1. name: sarama
  2. up:
  3. - go:
  4. version: '1.8'
  5. commands:
  6. test:
  7. run: make test
  8. desc: 'run unit tests'
  9. packages:
  10. - git@github.com:Shopify/dev-shopify.git