From b8f29ce1759bdab3709f8e52f4daaf3a7f7afe65 Mon Sep 17 00:00:00 2001 From: Martti Tamm Date: Tue, 27 Feb 2024 17:57:02 +0200 Subject: [PATCH] GitHub Actions: restore caching for lint --- .github/workflows/tests.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index deb94437..324489b7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,12 +12,10 @@ jobs: - uses: actions/setup-go@v5 with: go-version: 1.21 - cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v4 with: version: v1.56.2 - skip-cache: true args: --skip-dirs tests --modules-download-mode mod --timeout 10m --verbose build: @@ -63,8 +61,6 @@ jobs: uses: actions/download-artifact@v4 with: name: funnelBin - - name: Display structure of downloaded files - run: ls -R - name: MongoTest run: | chmod +x funnel