You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
190 B

  1. version: '3'
  2. silent: true
  3. tasks:
  4. world:
  5. desc: run - literally - evertyhing ;)
  6. cmds:
  7. - task: test
  8. test:
  9. cmds: [ go test ./... ]
  10. default:
  11. cmds: [ task: world ]