Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Haskell Language Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Javier Neira
Haskell Language Server
Commits
75657986
Unverified
Commit
75657986
authored
3 years ago
by
Javier Neira
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/test.yml
+2
-2
2 additions, 2 deletions
.github/workflows/test.yml
test/functional/Main.hs
+1
-1
1 addition, 1 deletion
test/functional/Main.hs
with
3 additions
and
3 deletions
.github/workflows/test.yml
+
2
−
2
View file @
75657986
...
...
@@ -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
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
test/functional/Main.hs
+
1
−
1
View file @
75657986
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment