Skip to content

Commit

Permalink
Merge pull request #226 from Screenly/fix-ci-checks
Browse files Browse the repository at this point in the history
Fix ci checks
  • Loading branch information
sergey-borovkov authored Oct 31, 2024
2 parents 1093ba1 + 4fb266d commit 5ac3562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,7 @@ mod tests {
}

#[test]
#[ignore]
fn test_transform_edge_app_path_to_manifest_without_path_should_return_correct_path() {
let dir = tempdir().unwrap();
let dir_path = dir.path();
Expand Down
1 change: 0 additions & 1 deletion src/pb_signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#![allow(unused_attributes)]
#![cfg_attr(rustfmt, rustfmt::skip)]

#![allow(box_pointers)]
#![allow(dead_code)]
#![allow(missing_docs)]
#![allow(non_camel_case_types)]
Expand Down

0 comments on commit 5ac3562

Please sign in to comment.