Skip to content

Commit 3dfcdcc

Browse files
committed
run unit tests in github actions
1 parent 0349a88 commit 3dfcdcc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ jobs:
1313
- name: go build
1414
run: go build -v ./...
1515

16+
gotest:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/setup-go@v3
20+
with:
21+
go-version: 1.18
22+
- uses: actions/checkout@v3
23+
- name: go build
24+
run: go test -v ./...
25+
1626
golangci:
1727
runs-on: ubuntu-latest
1828
steps:

0 commit comments

Comments
 (0)