From 5814cff18840a29a3dd08f4128b971fa50c6a778 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 16 Nov 2020 03:52:26 -0600 Subject: [PATCH] Tests: (test.yml) Let lint fail Some of these lint warnings aren't going to be fixed anytime soon, and it's more useful to let the tests indicate success in that case. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3ec60f..f9ead5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: - name: Lint # NOTE: Uncomment this line to treat lint failures as passing # so the job doesn't show failure. - # continue-on-error: true + continue-on-error: true run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint - name: Test