From cbf8b8764437078a35e69864798ece63bb5597f5 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:02:48 -0600 Subject: [PATCH] Add shared to test matrix --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b016914..5eac564 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,7 @@ jobs: fail-fast: false matrix: compiler: [gcc, clang] + shared: [--shared, ""] steps: - uses: actions/checkout@v2 - name: dependencies @@ -43,6 +44,7 @@ jobs: fail-fast: false matrix: compiler: [gcc, clang] + shared: [--shared, ""] steps: - uses: actions/checkout@v2 - name: libdwarf @@ -72,6 +74,7 @@ jobs: fail-fast: false matrix: compiler: [msvc, clang, gcc] + shared: [--shared, ""] steps: - uses: actions/checkout@v2 - name: Enable Developer Command Prompt