aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2021-05-24 20:19:11 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2021-05-24 20:19:11 +0900
commit2a06c8b89f02bb08aaeabf63c1a9f6bf2f9240e1 (patch)
tree37fca78b813a49e26d2729fd44b7f14045017d35
parent0103481ef2bb2e37f80bfb2f4a357ae951847fee (diff)
downloadportable-2a06c8b89f02bb08aaeabf63c1a9f6bf2f9240e1.tar.gz
portable-2a06c8b89f02bb08aaeabf63c1a9f6bf2f9240e1.tar.bz2
portable-2a06c8b89f02bb08aaeabf63c1a9f6bf2f9240e1.zip
Set continue-on-error to false
-rw-r--r--.github/workflows/linux_test.yml2
1 files changed, 1 insertions, 1 deletions
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:
9 os: [macos-latest, ubuntu-18.04] 9 os: [macos-latest, ubuntu-18.04]
10 compiler: [clang, gcc] 10 compiler: [clang, gcc]
11 runs-on: ${{ matrix.os }} 11 runs-on: ${{ matrix.os }}
12 continue-on-error: true 12 continue-on-error: false
13 env: 13 env:
14 CC: ${{ matrix.compiler }} 14 CC: ${{ matrix.compiler }}
15 ARCH: native 15 ARCH: native