Skip to content

Commit

Permalink
βœ… exclude network tests in nix sandbox (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeiang authored Apr 17, 2023
1 parent 578f489 commit 9ea526d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
rustPlatform.bindgenHook
];
buildInputs = [openssl];

checkFlags = [
# connecting to internet does not work in the sandbox
"--skip=modules::location::tests::geolocation_response"
"--skip=modules::localization::tests::translate_string"
];

meta = with lib; {
license = licenses.mit;
homepage = "https://github.com/tobealive/wthrr-the-weathercrab";
Expand Down

0 comments on commit 9ea526d

Please sign in to comment.