Skip to content

Commit

Permalink
downgrade golang version and remove -short (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeumpierre authored Jul 13, 2023
1 parent b208d2d commit ef9676a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: "stable"
go-version: "1.20.5"

- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -48,7 +48,7 @@ jobs:
run: ${{ inputs.external_container_dependencies }}

- name: Test
run: go test -v -race -short -covermode=atomic -coverprofile=coverage.out ./...
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
env:
GITHUB_TOKEN: ${{ secrets.github-token }}

Expand Down

0 comments on commit ef9676a

Please sign in to comment.