Skip to content

Commit 350460e

Browse files
authored
Update gotest.yml
1 parent 8b65abf commit 350460e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gotest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313

14-
build:
14+
Test:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
go-version: 1.20
2323

24+
- name: Set up dependencies
25+
run: go mod download
26+
2427
- name: Build
2528
run: go build -v ./...
2629

0 commit comments

Comments
 (0)