Skip to content

Commit 196d3e4

Browse files
committed
cargo: set default test runner to be sudo
Signed-off-by: Levente Kurusa <[email protected]>
1 parent 0e35046 commit 196d3e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.x86_64-unknown-linux-gnu]
2+
runner = 'sudo -E'

0 commit comments

Comments
 (0)