Fix tests
This commit is contained in:
parent
c7cca02ca7
commit
8343cc04ee
1 changed files with 4 additions and 7 deletions
11
.github/workflows/go.yml
vendored
11
.github/workflows/go.yml
vendored
|
|
@ -20,20 +20,17 @@ jobs:
|
|||
check-latest: true
|
||||
go-version: stable
|
||||
|
||||
- name: Install dependencies
|
||||
run: go get .
|
||||
|
||||
- name: Test
|
||||
run: go test -v
|
||||
run: go test ./... -v
|
||||
|
||||
- name: Lint
|
||||
run: go vet .
|
||||
run: go vet ./...
|
||||
|
||||
- name: Fmt
|
||||
run: go fmt .
|
||||
run: go fmt ./...
|
||||
|
||||
- name: Tidy
|
||||
run: go mod tidy
|
||||
|
||||
- name: Build
|
||||
run: go build -v -ldflags="-s -w"
|
||||
run: go build -v -ldflags="-s -w" .\cmd\feedvault\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue