feat: run more often
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-01-05 20:50:49 +01:00
parent 03e23c7d9d
commit efec76d28c
2 changed files with 3 additions and 3 deletions

View File

@@ -216,7 +216,6 @@ impl ServerWasiView {
.inherit_stdio()
.inherit_stdout()
.inherit_stderr()
.inherit_env()
.inherit_network()
.preopened_dir("/", "/", DirPerms::all(), FilePerms::all())
.expect("to be able to open root")