fix _example test call

This commit is contained in:
Umputun
2019-11-11 18:55:23 -06:00
parent ae40fbeaf4
commit 6f969a0a76
+2 -2
View File
@@ -35,8 +35,8 @@ jobs:
cd backend/app
go test -mod=vendor -timeout=60s -covermode=count -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "_mock.go" > $GITHUB_WORKSPACE/profile.cov
cd ../_example
go test -timeout=60s ./...
cd ../_example/memory_store
go test ./...
- name: install golangci-lint and goveralls
run: |