From 86f434870217c68c3c6c93a878f9e257c0822bf1 Mon Sep 17 00:00:00 2001 From: zztkm Date: Tue, 26 Jul 2022 02:03:22 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update:=20Taskfile=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index d4cc86c..8421c53 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -17,8 +17,7 @@ tasks: test: desc: Run test cmds: - - v test vss_test.v - - task: clean + - v test . vet: desc: Report suspicious code constructs