Skip to content

Commit bcb2258

Browse files
authored
Update test.yaml
1 parent 8ce74b0 commit bcb2258

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Tests
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on:
36
push:
4-
57
jobs:
68
tests-off:
79
name: ${{ matrix.os }} - Go v${{ matrix.go-version }}
@@ -12,7 +14,6 @@ jobs:
1214
- "1.21.x"
1315
os:
1416
- "ubuntu-latest"
15-
1617
steps:
1718
- uses: actions/checkout@v4
1819

@@ -24,4 +25,4 @@ jobs:
2425
- name: Test
2526
run: |
2627
go mod tidy -v
27-
go test -cover ./...
28+
go test -cover ./...

0 commit comments

Comments
 (0)