mirror of
https://github.com/duke-git/lancet.git
synced 2025-10-05 15:36:52 +08:00
test: add parallel running for all unit test functions
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func TestLRUCache(t *testing.T) {
|
||||
t.Parallel()
|
||||
asssert := internal.NewAssert(t, "TestLRUCache")
|
||||
|
||||
cache := NewLRUCache[int, int](3)
|
||||
|
Reference in New Issue
Block a user