We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0443c86 commit b0ccd51Copy full SHA for b0ccd51
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,8 @@ jobs:
35
name: test (${{ matrix.name }})
36
needs: commitlint
37
runs-on: ${{ matrix.runner }}
38
+ env:
39
+ CGO_ENABLED: "0"
40
strategy:
41
fail-fast: false
42
matrix:
0 commit comments