Commit 7e8fe452 authored by protolambda's avatar protolambda

ci: fix lint timeout

parent 220b0517
...@@ -52,12 +52,14 @@ jobs: ...@@ -52,12 +52,14 @@ jobs:
version: v1.52 version: v1.52
working-directory: ./ working-directory: ./
skip-cache: true # we already have go caching skip-cache: true # we already have go caching
args: --timeout=1m
- name: unicorntest golangci-lint - name: unicorntest golangci-lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
with: with:
version: v1.52 version: v1.52
working-directory: ./diffmips/unicorntest working-directory: ./diffmips/unicorntest
skip-cache: true # we already have go caching skip-cache: true # we already have go caching
args: --timeout=1m
- name: Build examples - name: Build examples
working-directory: ./example working-directory: ./example
run: make elf run: make elf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment