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 2ac82d3 commit b6f0bd2Copy full SHA for b6f0bd2
.github/workflows/check-go-task.yml
@@ -124,6 +124,9 @@ jobs:
124
125
strategy:
126
fail-fast: false
127
+ matrix:
128
+ module:
129
+ - path: ./
130
131
steps:
132
- name: Checkout repository
@@ -141,6 +144,7 @@ jobs:
141
144
version: 3.x
142
145
143
146
- name: Run tests
147
+ working-directory: ${{ matrix.module.path }}
148
run: task go:test
149
150
check-config:
0 commit comments