Skip to content

Commit bee8842

Browse files
committed
Reduce test run count from 100 to 25 in compile_puzzles function
1 parent 03f4ae5 commit bee8842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def compile_puzzles(directory, output_dir):
5050
alghive.check_integrity()
5151

5252
# Run tests to ensure the puzzle is working correctly
53-
alghive.run_tests(100)
53+
alghive.run_tests(25)
5454

5555
# Zip the folder to create the .alghive file
5656
alghive.zip_folder()

0 commit comments

Comments
 (0)