Skip to content

Commit 5792c72

Browse files
author
Josh
committed
Add test command
1 parent 856b9ae commit 5792c72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Taskfile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ tasks:
2222
- docker run --rm -v "$(pwd):{{.wd}}" -w {{.wd}} localbuf lint
2323
- golangci-lint run ./...
2424

25+
test:
26+
summary: Tests the lib end to end.
27+
cmds:
28+
- go install .
29+
- go test -v ./...
30+
2531
generate:
2632
summary: Generates Go from Protobuf.
2733
deps:

0 commit comments

Comments
 (0)