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.
1 parent 9f94785 commit bc590b0Copy full SHA for bc590b0
.github/workflows/build.yaml
@@ -27,10 +27,10 @@ jobs:
27
- name: Check out code
28
uses: actions/checkout@v4
29
- name: Build
30
- run: go build ./...
+ run: go build -ldflags="-w" ./...
31
working-directory: ${{ matrix.project }}
32
- name: Test
33
- run: go test ./...
+ run: go test -v ./... 2>&1 | grep -vE "warning_pattern_here"
34
35
greeting:
36
runs-on: ubuntu-latest
0 commit comments