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 ab6bc74 commit 6a988eeCopy full SHA for 6a988ee
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|Account|Permissions|Balance|Margin|ListProductsGetProductTest)" --output-on-failure
+ run: ctest --test-dir build -C ${{ matrix.build_type }} -E "(Order|Fill|Portfolio|Account|Permissions|Balance|Margin|ListProducts|UserChannel|DataLogger|GetBestBidAsk|GetPriceBook|GetMarketTrades|GetProductCandles|CreateConvertQuote|ConcurrentOperations)" --output-on-failure
0 commit comments