Skip to content

Commit bc590b0

Browse files
committed
updated actions
1 parent 9f94785 commit bc590b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Check out code
2828
uses: actions/checkout@v4
2929
- name: Build
30-
run: go build ./...
30+
run: go build -ldflags="-w" ./...
3131
working-directory: ${{ matrix.project }}
3232
- name: Test
33-
run: go test ./...
33+
run: go test -v ./... 2>&1 | grep -vE "warning_pattern_here"
3434
working-directory: ${{ matrix.project }}
3535
greeting:
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)