From 66cfff09af7178639ee9fe2cdfe26b058bf5a411 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 18 Dec 2019 15:46:39 +0200 Subject: [PATCH] Update spec-tests.yml --- .github/workflows/spec-tests.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/spec-tests.yml b/.github/workflows/spec-tests.yml index 41beef2..2585b9b 100644 --- a/.github/workflows/spec-tests.yml +++ b/.github/workflows/spec-tests.yml @@ -11,17 +11,9 @@ jobs: fail-fast: false matrix: compiler: [gcc, clang] + build_type: ["-DCMAKE_BUILD_TYPE=Debug", ""] #flags: ["", "-m32"] # TODO - include: - - compiler: gcc - flags: "" - build_type: -DCMAKE_BUILD_TYPE="Debug" - - - compiler: gcc - flags: "" - build_type: "" - steps: - uses: actions/checkout@v1 - name: Install multilib