forked from TrueCloudLab/neoneo-go
workflows: workaround Go 1.22 coverage problem
See https://github.com/golang/go/issues/65653, the fix can be postponed up to Go 1.23 and we need green. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
b7efccc040
commit
d31b01d4b1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -90,6 +90,7 @@ jobs:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
GOEXPERIMENT: nocoverageredesign
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue