Skip to content

Commit

Permalink
two dashes should be one
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Mar 24, 2024
1 parent fa766be commit 7f09672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Test
run: |
go vet -v ./...
go test -v --race -covermode=atomic -coverprofile=coverage.out ./...
go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload Code Coverage
if: runner.os == 'Linux'
Expand Down

0 comments on commit 7f09672

Please sign in to comment.