We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4df7df commit d221d63Copy full SHA for d221d63
tests/tests.lua
@@ -2,7 +2,7 @@ print("Building mprocs.")
2
vt.start("cargo build"):wait()
3
print("Built.")
4
5
-local BIN = "./target/debug/mprocs"
+local BIN = "cargo r --"
6
7
function test(name, f)
8
print("TEST: " .. name)
0 commit comments