summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cibuild2
-rwxr-xr-xbin/test2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/cibuild b/bin/cibuild
index 1bdb3d2..391ed8e 100755
--- a/bin/cibuild
+++ b/bin/cibuild
@@ -14,4 +14,4 @@ apt install -y mise
mise install
./bin/test
-cargo test
+mise exec -- cargo test
diff --git a/bin/test b/bin/test
index 65be345..79fe939 100755
--- a/bin/test
+++ b/bin/test
@@ -9,7 +9,7 @@ gemfile do
gem "net-hippie", "~> 1.0"
end
-pid = Process.spawn("cargo run")
+pid = Process.spawn("mise exec -- cargo run")
sleep 1
at_exit do