Skip to content

Commit

Permalink
ci: run tests as root
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Lüke committed Nov 6, 2023
1 parent 9c80b8f commit 4aba884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgbind/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ mod tests {

fn setup() -> Context {
let ctx = Context {
interfaces : vec![ "wg10", "wg11"],
interfaces : vec![ "wg11", "wg10"],
createInterface: Box::new(| this: &Context| {
let _ = deleteDevice("wg3").unwrap_or_default();
for ele in this.interfaces.clone() {
Expand Down

0 comments on commit 4aba884

Please sign in to comment.