diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf5476b..d5bde5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: uses: golangci/golangci-lint-action@v4 with: version: v1.54.2 - args: run - name: Unit Tests run: .script/test - name: Build and Test diff --git a/.golangci.yaml b/.golangci.yaml index 008b0bc..bf5aa75 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -15,8 +15,8 @@ linters: - govet - unparam run: - tests: true - modules-download-mode: vendor + tests: true + modules-download-mode: vendor issues: exclude-rules: - path: test/github.go