Skip to content

Commit 5559b27

Browse files
committed
fix
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 831f0a1 commit 5559b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ clean:
2424
rm -rf $(BUILD_DIR)
2525

2626
test:
27-
$(GOCMD) test -v ./test
27+
$(GOCMD) test -v
2828

2929
dev:
3030
$(GOCMD) install golang.org/x/tools/cmd/goimports@latest

0 commit comments

Comments
 (0)