diff options
| author | Paul Buetow <paul@buetow.org> | 2023-06-18 19:59:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-06-18 19:59:20 +0300 |
| commit | 831137abdecfcafeb21fb5f3de45156819f35ed4 (patch) | |
| tree | dfe5f31e781ddde2f5de651965939ea964f6057d /Taskfile.yml | |
| parent | 5f24c3a2ce346a31820ae27676f18a4d71899a34 (diff) | |
refactor
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: |
