Files
podman/vendor/github.com/go-task/slim-sprig/Taskfile.yml
Paul Holzinger 445815036f update to ginkgo v2
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-05-02 11:27:35 +02:00

13 lines
125 B
YAML

# https://taskfile.dev
version: '2'
tasks:
default:
cmds:
- task: test
test:
cmds:
- go test -v .