From 025c3ce8f994213371a4260ae932ea244d44c6fc Mon Sep 17 00:00:00 2001 From: Takayuki Matsuoka Date: Mon, 31 May 2021 10:04:50 +0900 Subject: Enable c_standards as per #994 --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d115a26..c001bd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,14 +96,14 @@ jobs: if: always() run: make V=1 clean all -## - name: make c_standards (C90) -## if: ${{ matrix.stdc90 == 'true' }} -## run: make V=1 clean c_standards_c90 -## -## - name: make c_standards (C11) -## if: ${{ matrix.stdc11 == 'true' }} -## run: make V=1 clean c_standards_c11 -## + - name: make c_standards (C90) + if: ${{ matrix.stdc90 == 'true' }} + run: make V=1 clean c_standards_c90 + + - name: make c_standards (C11) + if: ${{ matrix.stdc11 == 'true' }} + run: make V=1 clean c_standards_c11 + - name: make c-to-c++ if: always() run: make V=1 clean ctocpptest -- cgit v0.12