Update main.yml
This commit is contained in:
parent
bde225a2f5
commit
358749afd7
|
@ -53,7 +53,7 @@ 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
|
||||
run: go test
|
||||
run: go test -ldflags "-r ."
|
||||
Mac_x64:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue