Skip to content

Commit

Permalink
nix: stop on first test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed Jan 9, 2024
1 parent cc03db6 commit 458b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

doCheck = true;
nativeCheckInputs = with python3.pkgs; [ pytest pytestCheckHook pytest-cov pytest-datafiles soundfile ];
pytestFlagsArray = [ "ear" ];
pytestFlagsArray = [ "ear" "-x" ];
preCheck = ''
export PATH="$PATH:$out/bin"
'';
Expand Down

0 comments on commit 458b49b

Please sign in to comment.