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 6722a14 commit 3c35429Copy full SHA for 3c35429
.github/workflows/go-test.yml
@@ -27,7 +27,7 @@ jobs:
27
go-version: ${{ env.GO_VERSION }}
28
29
- name: Run `internal` tests
30
- run: go test task test:internal
+ run: go tool task test:internal
31
32
go-test-pkg:
33
runs-on: ${{ matrix.os }}
0 commit comments