Skip to content

Commit 7b1efc7

Browse files
committed
do not use time in windows
1 parent 768b98b commit 7b1efc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/run_tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ do
8989
done
9090
done
9191

92-
# Test building all test targets
92+
# Test building all test targets and with runner
93+
if [[ "$(which time)" ]]; then
9394
cmdrun=( "test" "test --runner time" )
9495
for j in {0..1}
9596
do
@@ -101,6 +102,7 @@ do
101102
test -e test$k.txt
102103
done
103104
done
105+
fi
104106

105107
popd
106108

0 commit comments

Comments
 (0)