Merge pull request #3339 from nspcc-dev/workaround-coverage

workflows: workaround Go 1.22 coverage problem
This commit is contained in:
Anna Shaleva 2024-03-06 10:15:58 +03:00 committed by GitHub
commit bdcc036073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,6 +90,7 @@ jobs:
env:
CGO_ENABLED: 0
GOEXPERIMENT: nocoverageredesign
steps:
- uses: actions/checkout@v4
with: