diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d19bda2..798f2d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: - name: make run: make - name: check - run: make check || (./make/test-suite-log && false) + run: make check - name: install run: sudo make install @@ -79,7 +79,7 @@ jobs: - name: make run: make - name: check - run: make check || (./make/test-suite-log && false) + run: make check - name: install run: sudo make install @@ -99,7 +99,7 @@ jobs: - name: make run: make - name: check - run: make check || (./make/test-suite-log && false) + run: make check - name: install run: sudo make install @@ -135,6 +135,6 @@ jobs: - name: make run: cd "libclayer-$(cat VERSION)" && make - name: check - run: cd "libclayer-$(cat VERSION)" && make check || (./make/test-suite-log && false) + run: cd "libclayer-$(cat VERSION)" && make check - name: install run: cd "libclayer-$(cat VERSION)" && sudo make install diff --git a/make/test-suite-log b/make/test-suite-log deleted file mode 100755 index 4471898..0000000 --- a/make/test-suite-log +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -set -eux - -test -f tests/test-suite.log && cat tests/test-suite.log || true