There was an error while loading. Please reload this page.
2 parents b784578 + ca2b87d commit 5a8545dCopy full SHA for 5a8545d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "continuous-testing"
3
-version = "1.1.0"
+version = "1.1.1"
4
edition = "2021"
5
description = "A continuous testing tool"
6
license-file = "LICENSE"
src/main.rs
@@ -35,7 +35,7 @@ fn again(args: &[String]) -> ExitCode {
35
.arg("clone")
36
.arg("--quiet")
37
.arg("https://github.com/taishingi/continuous-testing.git")
38
- .current_dir(TMP_DIR)
+ .arg(TMP_DIR)
39
.spawn()
40
.expect("git not found")
41
.wait()
0 commit comments