mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 14:14:36 +00:00
tests: Let's maybe not spam the actions console
This commit is contained in:
parent
3252a55936
commit
26bc74c916
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user