Skip to content

Commit 59568b3

Browse files
committed
Add ghcide bench CI action
1 parent 5d5d52b commit 59568b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ghcide/.github/workflows/bench.yml renamed to .github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
- name: Build
3636
shell: bash
3737
# Retry it three times to workaround compiler segfaults in windows
38-
run: cabal build || cabal build || cabal build
38+
run: cabal build ghcide:benchHist || cabal build ghcide:benchHist || cabal build ghcide:benchHist
3939

4040
- name: Bench
4141
shell: bash
4242
# run the tests without parallelism, otherwise tasty will attempt to run
4343
# all test cases simultaneously which causes way too many hls
4444
# instances to be spun up for the poor github actions runner to handle
45-
run: cabal bench
45+
run: cabal bench ghcide:benchHist
4646

4747
- name: Display results
4848
shell: bash

0 commit comments

Comments
 (0)