From 9c8af33c058c283c98deb84792b5504432d4e458 Mon Sep 17 00:00:00 2001 From: a-masterov <72613290+a-masterov@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:42:48 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe18b0f..3fbacfb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,12 @@ defaults: shell: bash -euxo pipefail {0} jobs: build: + strategy: + matrix: + build-type: [release,debug] uses: ./.github/workflows/build.yml + with: + build-type: ${{matrix.build-type}} conclusion: if: always()