diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 16:55:06 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 16:55:06 -0600 |
| commit | f59d8fa50851eba39256dadfacfec2e2ebd2f3ef (patch) | |
| tree | e588a1ead491c9cc07638484bb108a02568101fc | |
| parent | aa5d0a370f819b17efa10ec27aab611213576273 (diff) | |
chore: use mise exec --
| -rw-r--r-- | .tool-versions | 1 | ||||
| -rwxr-xr-x | bin/cibuild | 2 | ||||
| -rwxr-xr-x | bin/test | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/.tool-versions b/.tool-versions index f1a23d2..147432f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,2 @@ -cargo latest ruby 3.4.4 rust 1.87.0 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 @@ -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 |
