Skip to content

Commit

Permalink
do not use time in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jun 10, 2024
1 parent 768b98b commit 7b1efc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ do
done
done

# Test building all test targets
# Test building all test targets and with runner
if [[ "$(which time)" ]]; then
cmdrun=( "test" "test --runner time" )
for j in {0..1}
do
Expand All @@ -101,6 +102,7 @@ do
test -e test$k.txt
done
done
fi

popd

Expand Down

0 comments on commit 7b1efc7

Please sign in to comment.