Skip to content

Commit

Permalink
GitHub Actions: restore caching for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtamm committed Feb 27, 2024
1 parent 7d3eebe commit b8f29ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8f29ce

Please sign in to comment.