From 68e98144f441891ccc861d643ad8fcd76c97ccb7 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 18 Dec 2019 15:43:56 +0200 Subject: [PATCH] Release build as well --- .github/workflows/spec-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/spec-tests.yml b/.github/workflows/spec-tests.yml index a970bac..41beef2 100644 --- a/.github/workflows/spec-tests.yml +++ b/.github/workflows/spec-tests.yml @@ -18,6 +18,10 @@ jobs: flags: "" build_type: -DCMAKE_BUILD_TYPE="Debug" + - compiler: gcc + flags: "" + build_type: "" + steps: - uses: actions/checkout@v1 - name: Install multilib