mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-02-04 12:05:57 +00:00
13 lines
125 B
YAML
13 lines
125 B
YAML
|
# https://taskfile.dev
|
||
|
|
||
|
version: '3'
|
||
|
|
||
|
tasks:
|
||
|
default:
|
||
|
cmds:
|
||
|
- task: test
|
||
|
|
||
|
test:
|
||
|
cmds:
|
||
|
- go test -v .
|