Skip to content

Commit 60d75cb

Browse files
Forgot to nest matrix in strategy
1 parent 81f5962 commit 60d75cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ permissions:
1616
jobs:
1717
Tests:
1818
runs-on: ubuntu-latest
19-
matrix:
20-
go: [ '1.15', 'stable' ]
19+
strategy:
20+
matrix:
21+
go: [ '1.15', 'stable' ]
2122
name: Tests on Go ${{ matrix.go }}
2223
steps:
2324
- name: Checkout Repo

0 commit comments

Comments
 (0)