From 9c74ad4f21f158066d9a444254b90f3174614e4c Mon Sep 17 00:00:00 2001 From: Justin Alvarez Date: Thu, 8 Aug 2024 12:40:44 -0400 Subject: [PATCH] add Linux unit test CI Signed-off-by: Justin Alvarez --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fb7181901..b3ad7db4e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: gen-code-no-diff: strategy: matrix: - os: [macos-latest, windows-latest] + os: [macos-latest, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -64,7 +64,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest] + os: [macos-latest, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Configure git CRLF settings