diff --git a/.github/workflows/spec-tests.yml b/.github/workflows/spec-tests.yml index 62cf5f3..701a85a 100644 --- a/.github/workflows/spec-tests.yml +++ b/.github/workflows/spec-tests.yml @@ -12,9 +12,11 @@ jobs: matrix: compiler: [gcc, clang] build_type: ["-DCMAKE_BUILD_TYPE=Debug", ""] - #flags: ["", "-m32"] # TODO + flags: ["", "-m32"] exclude: + - flags: "-m32" # TODO + - compiler: clang build_type: "-DCMAKE_BUILD_TYPE=Debug"