diff --git a/.github/workflows/cmake-fetch-content.yml b/.github/workflows/cmake-fetch-content.yml index e557676..22abc62 100644 --- a/.github/workflows/cmake-fetch-content.yml +++ b/.github/workflows/cmake-fetch-content.yml @@ -9,7 +9,7 @@ jobs: matrix: # os: [ubuntu-latest, windows-latest] os: [ubuntu-latest] - branch: [master, latest] + branch: [master, latest, cmake] steps: - uses: actions/checkout@v4 @@ -40,4 +40,6 @@ jobs: ./main # todo, not implemented yet in CMakeHighsFetchContent - # - name: Test install \ No newline at end of file + # - name: Test install + + # trigger test \ No newline at end of file diff --git a/.github/workflows/cmake-find-highs.yml b/.github/workflows/cmake-find-highs.yml index 3f66724..6e49414 100644 --- a/.github/workflows/cmake-find-highs.yml +++ b/.github/workflows/cmake-find-highs.yml @@ -6,10 +6,11 @@ jobs: master: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: # os: [ubuntu-latest, windows-latest] os: [ubuntu-latest] - branch: [master, latest] + branch: [master, latest, cmake] steps: - uses: actions/checkout@v4