From 831137abdecfcafeb21fb5f3de45156819f35ed4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 18 Jun 2023 19:59:20 +0300 Subject: refactor --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Taskfile.yml') 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: -- cgit v1.2.3