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 ceb9b6f commit 705d045Copy full SHA for 705d045
.github/workflows/checks.yaml
@@ -37,8 +37,3 @@ jobs:
37
go mod tidy
38
git diff --color --exit-code
39
40
- - name: Install Task
41
- uses: arduino/setup-task@v2
42
- with:
43
- version: 3.x
44
- repo-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/go-test.yml
@@ -13,16 +13,10 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v3
15
16
17
18
19
20
21
-
22
- name: Set up Go
23
uses: actions/setup-go@v5
24
with:
25
go-version-file: go.mod
26
27
- name: Run tests
28
- run: task test
+ run: go tool task test
0 commit comments