---
version: '3'

tasks:
  ci:
    deps:
      - :install:go:gotestsum
    cmds:
      - gotestsum --junitfile report.xml --format testname
