Skip to content

Commit e202947

Browse files
Build only benchmark targets to avoid QuantLib API incompatibilities
1 parent d947c00 commit e202947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Compile
167167
run: |
168168
cd QuantLib/build
169-
cmake --build .
169+
cmake --build . --target quantlib-test-suite AdjointBermudanSwaption
170170
- name: Test QuantLib
171171
if: github.event_name == 'pull_request'
172172
run: |

0 commit comments

Comments
 (0)