Skip to content

Commit ec6b548

Browse files
committed
run small test
1 parent 63ace5d commit ec6b548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/container/test-axlearn.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ passed=0
149149
SUMMARY_FILE="${OUTPUT_DIRECTORY}/summary.txt"
150150

151151

152-
for test_file in "${final_test_files[@]}"; do
152+
for test_file in "${final_test_files[@]:0:10}"; do
153153
echo "Running: ${test_file}"
154154
log_file_name=$(echo "${test_file%.py}" | sed 's/\//__/g').log
155155
log_file="${LOG_DIRECTORY}/${log_file_name}"

0 commit comments

Comments
 (0)