diff options
author | AlexSm <81806911+alexv-smirnov@users.noreply.github.com> | 2023-01-12 18:14:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 18:14:03 +0100 |
commit | 1a001240992c8385c3d33ce9eba43856952e2880 (patch) | |
tree | 440b618f1fec776ba29f2339d1a314f359107b66 | |
parent | 4229f87c89bfb36eded667ec1e64f41b1aeb88b9 (diff) | |
download | ydb-1a001240992c8385c3d33ce9eba43856952e2880.tar.gz |
Update build_and_test.yml
-rw-r--r-- | .github/workflows/build_and_test.yml | 2 |
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\])" |