Skip to content

Commit 350d130

Browse files
committed
Override the target-dir for test executables
To share the same target dir and avoid some recompilations.
1 parent 0048722 commit 350d130

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_kernels/.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
target-dir = "../../target"

0 commit comments

Comments
 (0)