From 8343cc04ee82e13935acaa97bbab9bbd55e98078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Wed, 14 Feb 2024 01:00:38 +0100 Subject: [PATCH] Fix tests --- .github/workflows/go.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 259a372..e62d732 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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\