Proper test command
build Details

This commit is contained in:
Marcel M. Otte 2023-05-12 16:04:20 +02:00
parent 3b53f48024
commit e5101f7587
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
with: with:
install-only: true install-only: true
- name: Test - name: Test
run: go test -v -cover run: go test -v -cover ./...
- name: Build - name: Build
run: goreleaser build --snapshot --rm-dist run: goreleaser build --snapshot --rm-dist
- name: Go-linter - name: Go-linter