Skip to content

Commit

Permalink
test: increase test count to 1 million
Browse files Browse the repository at this point in the history
Increase the number of test iterations from 100k to 1M to improve test
coverage and reliability.
  • Loading branch information
tris203 committed Dec 19, 2024
1 parent 2a07381 commit 8422638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TESTS_INIT=tests/minimal.lua
TESTS_DIR=tests/
DTS_SCRIPT=tests/precognition/dts.lua
SEED_START=0
NUM_TESTS=100000
NUM_TESTS=1000000

.PHONY: test

Expand Down

0 comments on commit 8422638

Please sign in to comment.