aa
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
name: Go build
|
name: Go build
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -19,7 +17,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GOPROXY: https://goproxy.cn,direct
|
GOPROXY: https://goproxy.cn,direct
|
||||||
GO111mode: on
|
GO111mode: on
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
go build -v ./...
|
go build -v ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user