Browse Source

Update appveyor.yml

master
yuriy0803 3 years ago committed by GitHub
parent
commit
39e5716d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      appveyor.yml

6
appveyor.yml

@ -24,10 +24,10 @@ matrix:
ARCH: arm64 ARCH: arm64
build_script: build_script:
- ps: go build - ps: make
test_script: test_script:
- ps: go build - ps: make
deploy_script: deploy_script:
- ps: go build - ps: make

Loading…
Cancel
Save