Skip to content

Commit

Permalink
workaround for new coverage behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyagara committed Feb 20, 2024
1 parent 03bd569 commit 4600115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
go-version: ">=1.21"

- name: Run tests
run: go test ./... -v -race -coverprofile cover.out -covermode atomic
run: GOEXPERIMENT=nocoverageredesign go test ./... -v -race -coverprofile cover.out -covermode atomic

- name: Run only DDragon/CDragon integration tests
run: go test -v -tags=integration ./test/integration
Expand Down

0 comments on commit 4600115

Please sign in to comment.