Skip to content

Commit 1899453

Browse files
authored
feat(tests): enable firewall in mason (#20)
1 parent 11e06f6 commit 1899453

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test-runner.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ require("mason").setup {
4444
log_level = vim.log.levels[DEBUG and "DEBUG" or "INFO"],
4545
registries = {
4646
"file:" .. vim.env.REGISTRY
47+
},
48+
firewall = {
49+
enabled = true
4750
}
4851
}
4952
registry.refresh()

0 commit comments

Comments
 (0)