summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-task/slim-sprig/Taskfile.yml
blob: cdcfd223b719e7ed90055545e5e054ff202eab55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# https://taskfile.dev

version: '2'

tasks:
  default:
    cmds:
      - task: test

  test:
    cmds:
      - go test -v .