mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01: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 .
|