Skip to content

Commit

Permalink
Add some linters and tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Aug 15, 2023
1 parent 183d002 commit 50ae4c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -23,8 +23,14 @@ jobs:
with:
go-version: '1.21'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.7.0

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...

- name: Test concurrency
run: go test -v -race ./... -run Concurrency

0 comments on commit 50ae4c4

Please sign in to comment.