Skip to content

Commit 3343b85

Browse files
committed
fix(test): 把test-runner配置加回来
1 parent f12e70f commit 3343b85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.cargo/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[build]
2-
target-dir = "./target"
2+
target-dir = "./target"
3+
4+
[target.x86_64-unknown-none]
5+
runner = "bash ../scripts/test_runner.sh"

0 commit comments

Comments
 (0)