Update main.yml

This commit is contained in:
V-X 2019-10-17 22:53:47 -05:00 committed by GitHub
parent bdca58fff8
commit bde225a2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,4 +69,4 @@ jobs:
wget -O ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-mac-x64.7z
7z e ultralight.7z *.dylib -r
- name: Test
run: go -ldflags "-r ." test
run: go test -ldflags "-r ."