diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3b9d0d6..9246bcf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,9 +18,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Remove go.mod replacements - run: sed '/$replace /d' go.mod - - uses: actions/setup-go@v2 with: go-version: '^1.15' @@ -71,9 +68,6 @@ jobs: with: go-version: '^1.15' - - name: Remove go.mod replacements - run: sed '/$replace /d' go.mod - # nektos/act does not have sudo install but we need it on GH actions so # try to install it. - name: Install sudo @@ -90,4 +84,4 @@ jobs: run: go mod download - name: Test - run: ./test full --test-only + run: ./test --test-only diff --git a/.golangci.yml b/.golangci.yml index 9cdfdb7..127b277 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,6 +9,7 @@ linters: - wsl - gomnd - goerr113 + - testpackage linters-settings: godox: