tests: Let's maybe not spam the actions console

This commit is contained in:
rhy 2023-01-14 10:27:11 -03:00
parent 3252a55936
commit 26bc74c916

View File

@ -158,7 +158,7 @@ local function test_spairs()
end end
local function test_uuid4() local function test_uuid4()
for i = 1, 100 do for i = 1, 5 do
local id = identifier.uuid4() local id = identifier.uuid4()
-- right len -- right len
@ -184,7 +184,7 @@ local function test_ulid()
-- bail if there's no appropriate time func -- bail if there's no appropriate time func
if select(2, pcall(identifier.ulid)):find('time function') then return end if select(2, pcall(identifier.ulid)):find('time function') then return end
for i = 1, 100 do for i = 1, 5 do
local ulid = assert(identifier.ulid()) local ulid = assert(identifier.ulid())
-- right len -- right len