diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 103d19b9916..7665c91042c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,6 @@ jobs: gen_llhttp: name: Generate llhttp sources - needs: lint runs-on: ubuntu-latest timeout-minutes: 5 steps: @@ -201,6 +200,7 @@ jobs: if: always() needs: + - lint - test runs-on: ubuntu-latest