aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexSm <81806911+alexv-smirnov@users.noreply.github.com>2023-01-12 18:14:03 +0100
committerGitHub <noreply@github.com>2023-01-12 18:14:03 +0100
commit1a001240992c8385c3d33ce9eba43856952e2880 (patch)
tree440b618f1fec776ba29f2339d1a314f359107b66
parent4229f87c89bfb36eded667ec1e64f41b1aeb88b9 (diff)
downloadydb-1a001240992c8385c3d33ce9eba43856952e2880.tar.gz
Update build_and_test.yml
-rw-r--r--.github/workflows/build_and_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 35e31f7bdd..dab53f1621 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -29,5 +29,5 @@ jobs:
run: |
rm -rf /mnt/d/tmp/*
cd ../build/ydb
- TMPDIR=/mnt/d/tmp ctest -j28 --timeout 1200 --force-new-ctest-process
+ TMPDIR=/mnt/d/tmp ctest -j28 --timeout 1200 --force-new-ctest-process --output-on-failure | grep -E "(Test\s*#|\[FAIL\])"