Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
porjo committed Oct 10, 2023
1 parent 6008973 commit 9be4941
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,28 @@ on:


jobs:
build:
lint:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v4
- uses: actions/setup-go@v4
with:
cache: false
-
name: golangci-lint
uses: golangci/golangci-lint-action@v3

test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v4
-
name: Go tests
run: go test -v -race ./...

0 comments on commit 9be4941

Please sign in to comment.