Skip to content

Commit

Permalink
chore(ci/test): improve job
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Jul 4, 2024
1 parent 932b478 commit 8225a4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go version
- run: go get -t -v ./...
- run: go test -v -cover -race ./...
- run: go test -v -cover -shuffle=on ./...
- run: go test -v -cover -shuffle=on -race ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit 8225a4b

Please sign in to comment.