Skip to content

Commit 785630f

Browse files
authored
Update test.yml
1 parent e190ea2 commit 785630f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Test
22-
run: |
23-
set -euo pipefail
24-
go test ./...
22+
run: go test ./...
2523

2624
debug:
2725
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)