mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 09:18:51 +02:00
Update go.yml
This commit is contained in:
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
@@ -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 ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user