From b3ac5a4bfba661a8ae562962e32e363387eafcf0 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 22 Apr 2024 12:15:43 +0700 Subject: [PATCH] ci: modify `test-project` job to also run on Windows --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 841b42a..18414d2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos, ubuntu] + os: [macos, ubuntu, windows] steps: - name: Checkout uses: actions/checkout@v4.1.3 @@ -23,3 +23,5 @@ jobs: - name: Test Project uses: threeal/ctest-action@v1.0.0 + with: + build-config: debug