Skip to content

Commit 9d0f746

Browse files
committed
is this enough?
1 parent 74ea38e commit 9d0f746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Get dependencies
4444
run: |
4545
go get -v -t -d ./...
46-
# - name: Get mongo image
47-
# run: docker pull registry.hub.docker.com/library/mongo
46+
- name: Get mongo image
47+
run: docker pull registry.hub.docker.com/library/mongo
4848

4949
- name: Test
5050
run: go test -v .

0 commit comments

Comments
 (0)