Skip to content

Commit a5c86f3

Browse files
committed
Update README.md
1 parent ca2de71 commit a5c86f3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,18 @@ endif
4747

4848
# Add your custom targets here.
4949

50+
## Run tests
51+
test: test-unit
52+
53+
```
54+
55+
Then `make` will have these targets:
56+
```
57+
Usage
58+
test: Run tests
59+
test-unit: Run unit tests
60+
lint: Check with golangci-lint
61+
fix-lint: Apply goimports and gofmt
62+
github-actions: Replace GitHub Actions from template
63+
5064
```

0 commit comments

Comments
 (0)