Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/mvertes/gno-test-debug' in…
Browse files Browse the repository at this point in the history
…to gno-test-debug
  • Loading branch information
mvertes committed Jan 16, 2025
2 parents eb30ffe + f86b615 commit 18c8f4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnovm/cmd/gno/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ func execLint(cfg *lintCfg, args []string, io commands.IO) error {
io.ErrPrintfln("%s: module is draft, skipping type check", pkgPath)
}

tm := test.Machine(testStore, stdout, memPkg.Path, false)
tm := test.Machine(gs, goio.Discard, memPkg.Path, false)

defer tm.Release()

// Check package
Expand Down

0 comments on commit 18c8f4b

Please sign in to comment.