Skip to content

Commit d65d73e

Browse files
author
Azfaar Qureshi
authored
adding GHA CI env variable check (#3351)
removing circleci sharding condition logging race value final changes fixing whitespace Signed-off-by: Azfaar Qureshi <[email protected]>
1 parent 0ecd515 commit d65d73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ done
5353

5454
GO_TEST_ARGS=(-tags "${TAGS[@]}" -cpu 4 -timeout $TIMEOUT $VERBOSE)
5555

56-
if [ -n "$SLOW" ] || [ -n "$CIRCLECI" ]; then
56+
if [ -n "$SLOW" ] || [ -n "$CIRCLECI" ] || [ -n "$CI" ]; then
5757
SLOW=true
5858
fi
5959

0 commit comments

Comments
 (0)