Skip to content

Commit

Permalink
run go tests in short mode (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeumpierre authored Jul 12, 2023
1 parent 76fa89f commit b208d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ${{ inputs.external_container_dependencies }}

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

Expand Down

0 comments on commit b208d2d

Please sign in to comment.