Skip to content

Commit 6a988ee

Browse files
committed
exclude more tests in CI
1 parent ab6bc74 commit 6a988ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
run: cmake --build build --config ${{ matrix.build_type }} -j 4
8787

8888
- name: Test
89-
run: ctest --test-dir build -C ${{ matrix.build_type }} -E "(Order|Fill|Portfolio|Account|Permissions|Balance|Margin|ListProductsGetProductTest)" --output-on-failure
89+
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

Comments
 (0)