Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jul 13, 2021
1 parent 380feb3 commit 8acbd9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:

- name: Build
env:
PKG_CONFIG_PATH: ${GOPATH}/src/github.com/bububa/WeWorkFinanceSDK/lib
PKG_CONFIG_PATH: ./lib
CGO_LDFLAGS_ALLOW: '-w'
run: go build -v ./...

- name: Test
env:
PKG_CONFIG_PATH: ${GOPATH}/src/github.com/bububa/WeWorkFinanceSDK/lib
PKG_CONFIG_PATH: ./lib
CGO_LDFLAGS_ALLOW: '-w'
APPKEY: ${{ secrets.APPKEY }}
SECRET: ${{ secrets.APP_SECRET }}
run: go test -v ./...

0 comments on commit 8acbd9d

Please sign in to comment.