Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
bububa authored Jul 13, 2021
1 parent 90a414d commit 2d5ca8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@ jobs:
- name: Build
env:
CGO_LDFLAGS_ALLOW: '-w'
run: go build -v --ldflags'-extldflags "-L./lib -lWeWorkFinanceSdk_C"' ./...
run: go build -v --ldflags '-L./lib' ./...

- name: Test
env:
CGO_LDFLAGS_ALLOW: '-w'
run: go test -v --ldflags'-extldflags "-L./lib -lWeWorkFinanceSdk_C"' ./...
run: go test -v --ldflags '-L./lib' ./...

0 comments on commit 2d5ca8e

Please sign in to comment.