Update main.yml

This commit is contained in:
V-X 2019-10-17 23:08:56 -05:00 committed by GitHub
parent 358749afd7
commit 9a886eac47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,6 @@ jobs:
GOARCH: 386
CGO_ENABLED: 1
run: |
gcc --version
go test
Linux_x64:
runs-on: ubuntu-latest
@ -53,6 +52,8 @@ jobs:
wget -O ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-linux-x64.7z
7z e ultralight.7z *.so -r
- name: Test
env:
LD_LIBRARY_PATH: .
run: go test -ldflags "-r ."
Mac_x64:
runs-on: macOS-latest