We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5d52b commit 59568b3Copy full SHA for 59568b3
ghcide/.github/workflows/bench.yml renamed to .github/workflows/bench.yml
@@ -35,14 +35,14 @@ jobs:
35
- name: Build
36
shell: bash
37
# Retry it three times to workaround compiler segfaults in windows
38
- run: cabal build || cabal build || cabal build
+ run: cabal build ghcide:benchHist || cabal build ghcide:benchHist || cabal build ghcide:benchHist
39
40
- name: Bench
41
42
# run the tests without parallelism, otherwise tasty will attempt to run
43
# all test cases simultaneously which causes way too many hls
44
# instances to be spun up for the poor github actions runner to handle
45
- run: cabal bench
+ run: cabal bench ghcide:benchHist
46
47
- name: Display results
48
0 commit comments