We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce1f47 commit 77b1618Copy full SHA for 77b1618
1 file changed
.github/workflows/main.yml
@@ -11,12 +11,12 @@ jobs:
11
uses: actions/checkout@v2
12
with:
13
fetch-depth: 0
14
- - name: Install dependencies
15
- run: make setup
16
- name: Export GOBIN
17
uses: actions/setup-go@v2
18
19
go-version: 1.16
+ - name: Install dependencies
+ run: make setup
20
- name: Run tests
21
run: make test
22
- name: Build
0 commit comments