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 acba299 commit ee47dcbCopy full SHA for ee47dcb
.github/workflows/deploy.yml
@@ -13,6 +13,7 @@ jobs:
13
steps:
14
- uses: actions/setup-go@v1
15
- uses: actions/checkout@v2
16
+ - run: go get -v -t -d
17
18
- name: Test
19
run: go test -v ./...
.github/workflows/stage.yml
@@ -11,6 +11,7 @@ jobs:
11
12
.github/workflows/test.yml
@@ -13,9 +13,7 @@ jobs:
-
- - name: Get
- run: go get -v -t -d
20
21
0 commit comments