Skip to content
Snippets Groups Projects
Unverified Commit 75657986 authored by Javier Neira's avatar Javier Neira Committed by GitHub
Browse files

[skip circleci] Enable func-test suite for windows (#2296)

* Ignore tests stucking ci

* Enable func-test for win and 9.0.1
parent 781a4e26
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ defaults: ...@@ -5,7 +5,7 @@ defaults:
shell: bash shell: bash
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency. # See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
concurrency: concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }} group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true cancel-in-progress: true
...@@ -148,7 +148,7 @@ jobs: ...@@ -148,7 +148,7 @@ jobs:
# run the tests without parallelism to avoid running out of memory # run the tests without parallelism to avoid running out of memory
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" 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"
- if: matrix.test && !(matrix.os == 'windows-latest' && matrix.ghc == '9.0.1') - if: matrix.test
name: Test func-test suite name: Test func-test suite
env: env:
HLS_TEST_EXE: hls HLS_TEST_EXE: hls
......
...@@ -34,7 +34,7 @@ main = defaultTestRunner ...@@ -34,7 +34,7 @@ main = defaultTestRunner
, FunctionalLiquid.tests , FunctionalLiquid.tests
, HieBios.tests , HieBios.tests
, Highlight.tests , Highlight.tests
, Progress.tests , ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ Progress.tests
, Reference.tests , Reference.tests
, Symbol.tests , Symbol.tests
, TypeDefinition.tests , TypeDefinition.tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment