From e879a93e98dd5de93ad5ee8bf31b165fba7e07cc Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Mon, 25 Jul 2022 16:42:05 -0600 Subject: [PATCH] run tests on linux --- .github/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index abdc6c7e3..d44ab7e21 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,6 @@ jobs: if: runner.os == 'Linux' run: make lint - name: test - if: runner.os != 'Linux' run: make test cover: