mirror of
https://github.com/jimeh/rands.git
synced 2026-02-19 11:26:38 +00:00
chore(test): enable parallel test execution
Seems to cut overall total test time down to one third the time.
This commit is contained in:
@@ -7,6 +7,8 @@ import (
|
||||
)
|
||||
|
||||
func TestBytes(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
for _, tt := range testCases {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
got, _ := Bytes(tt.n)
|
||||
|
||||
Reference in New Issue
Block a user