Skip to content

Commit

Permalink
fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KSpaceer committed Dec 31, 2023
1 parent d08a932 commit 81176cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itertools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -race -covertmode=atomic -coverprofile=coverage.out -v ./...
run: go test -race -covermode=atomic -coverprofile=coverage.out -v ./...

- name: Upload coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 81176cb

Please sign in to comment.