Skip to content

Commit 92581dd

Browse files
committed
[modular_inverse] Reduce the number of tests to make CI readable again
1 parent cdd7e92 commit 92581dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/modular_inverse.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ when isMainModule:
6767
check modularInverse(17, 17).is_none()
6868

6969
randomize()
70-
const randomTestSize = 1000
70+
const randomTestSize = 10
7171
for testNum in 0..randomTestSize:
7272
let a = rand(-10000000..10000000)
7373
let modulus = rand(1..1000000)

0 commit comments

Comments
 (0)