Test only last ghc minor version and fix windows cache#1173
Conversation
|
In this repo the test workflow takes 46 min: https://github.com/haskell/haskell-language-server/actions/runs/472245636 |
|
|
||
| - name: Test func-test suite | ||
| shell: bash | ||
| if: ${{ !matrix.ghc-lib && matrix.test }} |
There was a problem hiding this comment.
| if: ${{ !matrix.ghc-lib && matrix.test }} | |
| if: ${{ matrix.test }} |
|
|
||
| - name: Test wrapper-test suite | ||
| shell: bash | ||
| if: ${{ !matrix.ghc-lib && matrix.test }} |
There was a problem hiding this comment.
| if: ${{ !matrix.ghc-lib && matrix.test }} | |
| if: ${{ matrix.test }} |
|
It looks like we should update |
|
And could you update the GitHub setting for the required checks (I don't have the permission)? It looks like the removed checks remain required. |
|
It seems the mergify config from master is not replaced by this one, weird... |
The mergify config is not completely updated and is required to remove them to unblock haskell#1173
|
@Ailrun is right, we had to update checks in github settings (in addition to mergify) |
|
I've changed the required checks in github settings to match the established ones with this pr. |
|
Checked. The updated setting looks good to me. Thank you for the CI update! |
The mergify config is not completely updated and is required to remove them to unblock haskell#1173
Uh oh!
There was an error while loading. Please reload this page.