Skip to content

Commit b8e03f5

Browse files
committed
ci: bound and isolate Linux core tests
1 parent d63e3fe commit b8e03f5

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010

1111
jobs:
1212
core:
13+
timeout-minutes: 60
1314
# The CMake configure and build commands are platform agnostic and should work equally
1415
# well on Windows or Mac. You can convert this to a matrix build if you need
1516
# cross-platform coverage.

port/linux/_gtest_once.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# sh update-compiler.sh
2-
rm build/test/pikascript_test -f
1+
set -e
2+
3+
rm -f build/test/pikascript_test
34
sh make.sh
4-
build/test/pikascript_test
5+
PIKA_GTEST_FILTER=${PIKA_GTEST_FILTER:--mqtt.*:network.*:socket.*:requests.*:jrpc.BlockingRequestBetweenTwoJRPC}
6+
timeout 10m build/test/pikascript_test --gtest_filter="$PIKA_GTEST_FILTER"

0 commit comments

Comments
 (0)