Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Test: check if pre-compiling speeds up linting #25

Merged
merged 1 commit into from
Jun 30, 2020

Commits on Jun 30, 2020

  1. CI: Precompile packages to prevent timeouts

    When the linter runs it first needs to compile the packages, this can
    cause timeouts on the linter.
    We could bump the timeout on the linter, but instead we can just
    precompile the packages so the linter doesn't have to, which takes
    compilation out of the equation for the linter timeout.
    cpuguy83 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8056426 View commit details
    Browse the repository at this point in the history