Skip to content

Commit 66d788e

Browse files
authored
Add tests (#16)
1 parent d7a492d commit 66d788e

File tree

9 files changed

+514
-331
lines changed

9 files changed

+514
-331
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
all: build test lint
2-
31
install:
42
go install .
53

@@ -11,3 +9,5 @@ test:
119

1210
lint:
1311
docker run --rm -v $(shell pwd):/app -w /app golangci/golangci-lint:v1.50.1 golangci-lint run
12+
13+
all: build test lint

0 commit comments

Comments
 (0)