1 parent d63e3fe commit b8e03f5Copy full SHA for b8e03f5
2 files changed
.github/workflows/CI.yml
@@ -10,6 +10,7 @@ env:
10
11
jobs:
12
core:
13
+ timeout-minutes: 60
14
# The CMake configure and build commands are platform agnostic and should work equally
15
# well on Windows or Mac. You can convert this to a matrix build if you need
16
# cross-platform coverage.
port/linux/_gtest_once.sh
@@ -1,4 +1,6 @@
1
-# sh update-compiler.sh
2
-rm build/test/pikascript_test -f
+set -e
+
3
+rm -f build/test/pikascript_test
4
sh make.sh
-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