add example test

This commit is contained in:
Umputun
2019-11-11 18:52:13 -06:00
parent 21e6360ca4
commit ae40fbeaf4
+2
View File
@@ -35,6 +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 ./...
- name: install golangci-lint and goveralls
run: |