Skip to content

Commit

Permalink
github-workflow: should fail during test
Browse files Browse the repository at this point in the history
Reason of the fail: there is no meilisearch instance at port 7700
  • Loading branch information
alexisvisco authored Dec 10, 2019
1 parent 5b992e1 commit 3567cce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Test
run: go test

- name: Build
run: go build -v .

0 comments on commit 3567cce

Please sign in to comment.