Skip to content

Commit

Permalink
fix(flake): fix test failure on Nix (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4og authored Sep 15, 2024
1 parent d9e71a0 commit fa152e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
cargoLock = {
lockFile = ./Cargo.lock;
};
checkType = "debug";
checkFlags = [
"--skip=app::tests::test_extract_strings"
"--skip=app::tests::test_init"
"--skip=test_extract_strings"
"--skip=test_init"
];
};
default = binsider;
Expand Down

0 comments on commit fa152e8

Please sign in to comment.