There are no test files
All checks were successful
Test binaries / Explore-Gitea-Actions (push) Successful in 46s
All checks were successful
Test binaries / Explore-Gitea-Actions (push) Successful in 46s
This commit is contained in:
parent
75db9e1424
commit
e6fab98a59
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ jobs:
|
||||||
run: go install golang.org/x/lint/golint@latest && golint ./...
|
run: go install golang.org/x/lint/golint@latest && golint ./...
|
||||||
- name: vet
|
- name: vet
|
||||||
run: go vet
|
run: go vet
|
||||||
- name: test
|
|
||||||
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
|
||||||
- name: Go Build Linux x64
|
- name: Go Build Linux x64
|
||||||
run: |
|
run: |
|
||||||
GOOS=linux GOARCH=amd64 \
|
GOOS=linux GOARCH=amd64 \
|
||||||
|
|
Reference in a new issue