Skip to content

Commit

Permalink
Add parallel flag at top test level.
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 5fb7f80 commit 0c6fa3d
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 @@ -16,6 +16,8 @@ import (
)

func TestStdlibs(t *testing.T) {
t.Parallel()

// NOTE: this test only works using _test.gno files;
// filetests are not meant to be used for testing standard libraries.
// The examples directory is tested directly using `gno test`u
Expand Down

0 comments on commit 0c6fa3d

Please sign in to comment.