From 8251473b055ef8e337b8710c1943c35264603f2e Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 23 Mar 2025 03:15:41 -0700 Subject: [PATCH] Run all matrices under Windows --- .github/workflows/bld.yml | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index c4a5206..6e64623 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -6,8 +6,10 @@ env: KOTLIN_HOME: /usr/share/kotlinc jobs: - build-bld-linux: - runs-on: ubuntu-latest + build-bld-project: + runs-on: + - ubuntu-latest + - windows-latest strategy: matrix: @@ -38,27 +40,4 @@ jobs: run: ./bld download - name: Run tests - run: ./bld compile test - - build-bld-windows: - runs-on: windows-latest - - steps: - - name: Checkout source repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Set up JDK - uses: actions/setup-java@v4 - with: - distribution: "zulu" - java-version: 17 - - - name: Download dependencies [examples] - working-directory: examples - run: ./bld download - - - name: Run tests [examples] - working-directory: examples run: ./bld compile test \ No newline at end of file