Skip to content

Commit

Permalink
run unit tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Dec 17, 2022
1 parent 0349a88 commit 3dfcdcc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint.yml
Expand Up @@ -13,6 +13,16 @@ jobs:
- name: go build
run: go build -v ./...

gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: go build
run: go test -v ./...

golangci:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3dfcdcc

Please sign in to comment.