diff options
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index 48f0e5c..4cc772b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -5,7 +5,7 @@ tasks: cmds: - go build -o gorum cmd/gorum/main.go dev: - deps: ["vet", "lint"] + deps: ["vet", "lint", "test"] cmds: - go build -race -o gorum cmd/gorum/main.go test: |
