File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ jobs:
58
58
# max-backjumps is increased as a temporary solution
59
59
# for dependency resolution failure
60
60
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
61
- run : cabal configure --enable-benchmarks --max-backjumps 12000
61
+ run : cabal configure --enable-benchmarks --max-backjumps 12000 --project-file cabal-benchmark.project
62
62
63
63
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
64
64
name : Build
65
65
shell : bash
66
- run : cabal build ghcide:benchHist
66
+ run : cabal build ghcide:benchHist --project-file cabal-benchmark.project
67
67
68
68
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
69
69
name : Bench init
70
70
shell : bash
71
- run : cabal bench ghcide:benchHist -j --benchmark-options="all-binaries"
71
+ run : cabal bench ghcide:benchHist -j --benchmark-options="all-binaries" --project-file cabal-benchmark.project
72
72
73
73
# tar is required to preserve file permissions
74
74
# compression speeds up upload/download nicely
@@ -142,7 +142,7 @@ jobs:
142
142
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
143
143
name : Bench
144
144
shell : bash
145
- run : cabal bench ghcide:benchHist -j --benchmark-options="${{ matrix.example }}"
145
+ run : cabal bench ghcide:benchHist -j --benchmark-options="${{ matrix.example }}" --project-file cabal-benchmark.project
146
146
147
147
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
148
148
name : Display results
You can’t perform that action at this time.
0 commit comments