mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
13 lines
125 B
YAML
13 lines
125 B
YAML
|
# https://taskfile.dev
|
||
|
|
||
|
version: '2'
|
||
|
|
||
|
tasks:
|
||
|
default:
|
||
|
cmds:
|
||
|
- task: test
|
||
|
|
||
|
test:
|
||
|
cmds:
|
||
|
- go test -v .
|