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 ca0bb8e commit 20e0ee6Copy full SHA for 20e0ee6
.github/workflows/platform_tests.yml
@@ -19,6 +19,7 @@ jobs:
19
- uses: WillAbides/setup-go-faster@v1
20
with:
21
go-version: ${{ matrix.go-version }}
22
+ go-version-file: 'go.mod'
23
24
- name: Tests
25
run: go test "-test.benchtime" 10ms -tags ci ./...
0 commit comments