File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defaults:
5
5
shell : bash
6
6
7
7
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
8
- concurrency :
8
+ concurrency :
9
9
group : ${{ github.head_ref }}-${{ github.workflow }}
10
10
cancel-in-progress : true
11
11
@@ -148,7 +148,7 @@ jobs:
148
148
# run the tests without parallelism to avoid running out of memory
149
149
run : cabal test ghcide --test-options="-j1 --rerun-update" || cabal test ghcide --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test ghcide --test-options="-j1 --rerun"
150
150
151
- - if : matrix.test && !(matrix.os == 'windows-latest' && matrix.ghc == '9.0.1')
151
+ - if : matrix.test
152
152
name : Test func-test suite
153
153
env :
154
154
HLS_TEST_EXE : hls
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ main = defaultTestRunner
34
34
, FunctionalLiquid. tests
35
35
, HieBios. tests
36
36
, Highlight. tests
37
- , Progress. tests
37
+ , ignoreInEnv [ HostOS Windows , GhcVer GHC90 ] " Tests gets stuck in ci " $ Progress. tests
38
38
, Reference. tests
39
39
, Symbol. tests
40
40
, TypeDefinition. tests
You can’t perform that action at this time.
0 commit comments