Skip to content

Commit

Permalink
chore: Run stdlib tests in parallel to make gnovm tests run faster
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro <antnavper@gmail.com>
  • Loading branch information
ajnavarro committed Sep 27, 2024
1 parent 1e27785 commit 5fb7f80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnovm/tests/package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ func TestStdlibs(t *testing.T) {
for _, pkgPath := range pkgPaths {
testDir := testDirs[pkgPath]
t.Run(pkgPath, func(t *testing.T) {
pkgPath := pkgPath
t.Parallel()
runPackageTest(t, testDir, pkgPath)
})
}
Expand Down

0 comments on commit 5fb7f80

Please sign in to comment.