fix _example test call
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user