mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
commit
af37d1f29e
1 changed files with 7 additions and 1 deletions
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
|
@ -22,7 +22,13 @@ jobs:
|
|||
go-version: '1.22.1'
|
||||
|
||||
- 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
|
||||
# run: go test -v ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue