mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-14 07:47:24 +02:00
07c8adaf76
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
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 .
|