We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecd515 commit d65d73eCopy full SHA for d65d73e
tools/test
@@ -53,7 +53,7 @@ done
53
54
GO_TEST_ARGS=(-tags "${TAGS[@]}" -cpu 4 -timeout $TIMEOUT $VERBOSE)
55
56
-if [ -n "$SLOW" ] || [ -n "$CIRCLECI" ]; then
+if [ -n "$SLOW" ] || [ -n "$CIRCLECI" ] || [ -n "$CI" ]; then
57
SLOW=true
58
fi
59
0 commit comments