Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults:
shell: bash

# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
concurrency:
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true

Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
# 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"

- if: matrix.test && !(matrix.os == 'windows-latest' && matrix.ghc == '9.0.1')
- if: matrix.test
name: Test func-test suite
env:
HLS_TEST_EXE: hls
Expand Down
2 changes: 1 addition & 1 deletion test/functional/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ main = defaultTestRunner
, FunctionalLiquid.tests
, HieBios.tests
, Highlight.tests
, Progress.tests
, ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ Progress.tests
, Reference.tests
, Symbol.tests
, TypeDefinition.tests
Expand Down