Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher committed Aug 8, 2024
1 parent cafd2d1 commit a96941e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run trunk
uses: trunk-io/trunk-action@v1
- name: Run tests
run: go test -coverprofile coverage.out ./...
- name: 🧹 Lint
uses: golangci/golangci-lint-action@v4
- name: 🧪 Test
run: go test -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit a96941e

Please sign in to comment.