We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12e70f commit 3343b85Copy full SHA for 3343b85
.cargo/config.toml
@@ -1,2 +1,5 @@
1
[build]
2
-target-dir = "./target"
+target-dir = "./target"
3
+
4
+[target.x86_64-unknown-none]
5
+runner = "bash ../scripts/test_runner.sh"
0 commit comments