From 2a06c8b89f02bb08aaeabf63c1a9f6bf2f9240e1 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Mon, 24 May 2021 20:19:11 +0900 Subject: Set continue-on-error to false --- .github/workflows/linux_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 09815d6..610c16c 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -9,7 +9,7 @@ jobs: os: [macos-latest, ubuntu-18.04] compiler: [clang, gcc] runs-on: ${{ matrix.os }} - continue-on-error: true + continue-on-error: false env: CC: ${{ matrix.compiler }} ARCH: native -- cgit v1.2.3-55-g6feb