diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b56b721..4d96ba5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,6 +61,7 @@ jobs: # as failures, so linting and testing are run as separate steps. - name: Lint + continue-on-error: true run: ./makem.sh -vv --sandbox-dir=$SANDBOX_DIR lint - name: Test