File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 94
94
matrix :
95
95
ghc : ['8.10.4']
96
96
os : [ubuntu-latest]
97
- example : ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1', 'bench_example_HLS' ]
97
+ example : ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1']
98
98
99
99
steps :
100
100
# Cancel queued workflows from earlier commits in this branch
Original file line number Diff line number Diff line change @@ -24,14 +24,15 @@ examples:
24
24
- src/Language/LSP/VFS.hs
25
25
- src/Language/LSP/Types/Lens.hs
26
26
# Small but heavily multi-component example
27
- - path : bench/example/HLS
28
- modules :
29
- - hls-plugin-api/src/Ide/Plugin/Config.hs
30
- - ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs
31
- - ghcide/bench/hist/Main.hs
32
- - ghcide/bench/lib/Experiments/Types.hs
33
- - ghcide/test/exe/Main.hs
34
- - exe/Plugins.hs
27
+ # Disabled as it is far to slow. hie-bios >0.7.2 should help
28
+ # - path: bench/example/HLS
29
+ # modules:
30
+ # - hls-plugin-api/src/Ide/Plugin/Config.hs
31
+ # - ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs
32
+ # - ghcide/bench/hist/Main.hs
33
+ # - ghcide/bench/lib/Experiments/Types.hs
34
+ # - ghcide/test/exe/Main.hs
35
+ # - exe/Plugins.hs
35
36
36
37
# The set of experiments to execute
37
38
experiments :
You can’t perform that action at this time.
0 commit comments