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 c9d5543 commit 77a45a6Copy full SHA for 77a45a6
1 file changed
.github/workflows/ci.yml
@@ -86,4 +86,4 @@ jobs:
86
run: cmake --build build --config ${{ matrix.build_type }} -j 4
87
88
- name: Test
89
- run: ctest --test-dir build -C ${{ matrix.build_type }} -E "(Order|Fill|Portfolio)" --output-on-failure
+ run: ctest --test-dir build -C ${{ matrix.build_type }} -E "(Order|Fill|Portfolio|Account|ListProductsGetProductTest)" --output-on-failure
0 commit comments