We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fb9b2a + 347c371 commit bde65deCopy full SHA for bde65de
.github/workflows/test.yml
@@ -11,6 +11,10 @@ on:
11
- release-*
12
pull_request:
13
14
+env:
15
+ # Don't ignore C warnings. Note that the output of "go env CGO_CFLAGS" by default is "-g -O2", so we keep them.
16
+ CGO_CFLAGS: -g -O2 -Werror
17
+
18
jobs:
19
test:
20
runs-on: ubuntu-20.04
.github/workflows/validate.yml
@@ -25,6 +25,9 @@ jobs:
25
26
compile-buildtags:
27
28
+ env:
29
30
31
steps:
32
- uses: actions/checkout@v2
33
- name: compile with no build tags
0 commit comments