There are no test files
Test binaries / Explore-Gitea-Actions (push) Successful in 46s Details

This commit is contained in:
Evan 2024-01-18 09:35:59 -05:00
parent 75db9e1424
commit e6fab98a59
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ jobs:
run: go install golang.org/x/lint/golint@latest && golint ./...
- name: vet
run: go vet
- name: test
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Go Build Linux x64
run: |
GOOS=linux GOARCH=amd64 \