There are no test files
All checks were successful
Test binaries / Explore-Gitea-Actions (push) Successful in 46s

This commit is contained in:
Evan 2024-01-18 09:35:59 -05:00
parent 75db9e1424
commit e6fab98a59

View File

@ -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 \