dev.yml 115 B

12345678910
  1. name: sarama
  2. up:
  3. - go:
  4. version: '1.15.2'
  5. commands:
  6. test:
  7. run: make test
  8. desc: 'run unit tests'