Skip to content

Commit 30da412

Browse files
committed
Reduce test run count from 25 to 15 in compile_puzzles function
1 parent bee8842 commit 30da412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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(25)
53+
alghive.run_tests(15)
5454

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

0 commit comments

Comments
 (0)