File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Set up environment variables
3737 run : echo "CGO_ENABLED=1" >> $GITHUB_ENV
3838
39- - name : Test
40- run : go test -v ./...
39+ # - name: Test
40+ # run: go test -v ./...
4141
4242 - name : Build Go project
4343 run : go build -v -ldflags "-X main.Version=${{ github.ref_name }}" -o core
6969 with :
7070 go-version : " stable"
7171
72- - name : Test
73- run : go test -v ./...
72+ # - name: Test
73+ # run: go test -v ./...
7474
7575 - name : Build Go project
7676 run : go build -v -ldflags "-X main.Version=${{ github.ref_name }}" -o core
@@ -119,8 +119,8 @@ jobs:
119119 with :
120120 go-version : " stable"
121121
122- - name : Test
123- run : go test -v ./...
122+ # - name: Test
123+ # run: go test -v ./...
124124
125125 - name : Build Go project
126126 run : go build -v -ldflags "-X main.Version=${{ github.ref_name }}" -o core.exe
You can’t perform that action at this time.
0 commit comments