Skip to content

Commit

Permalink
Use sudo for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Dec 6, 2024
1 parent aaee712 commit 1414d1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[target.i686-unknown-linux-gnu]
runner = 'sudo -E'

[target.x86_64-unknown-linux-gnu]
runner = 'sudo -E'

[target.armv7-unknown-linux-gnueabihf]
runner = 'sudo -E'

[target.aarch64-unknown-linux-gnu]
runner = 'sudo -E'

0 comments on commit 1414d1b

Please sign in to comment.