mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
12 lines
125 B
YAML
12 lines
125 B
YAML
# https://taskfile.dev
|
|
|
|
version: '2'
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- task: test
|
|
|
|
test:
|
|
cmds:
|
|
- go test -v .
|