Update go.yml

This commit is contained in:
Yuzerion 2024-03-30 00:09:08 +08:00 committed by GitHub
parent 7bf5784016
commit 8cfd24e6bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,13 @@ jobs:
go-version: '1.22.1' go-version: '1.22.1'
- name: Build - name: Build
run: go build -v ./src/go-proxy run: make build
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: go-proxy
path: bin/go-proxy
#- name: Test #- name: Test
# run: go test -v ./... # run: go test -v ./...