Skip to content

Commit

Permalink
Actually run all tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Jun 6, 2024
1 parent 42a37b7 commit af49cf6
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 @@ -124,7 +124,7 @@
export DOTNET_CLI_HOME
NODE_PATH=${ast}/lib/node_modules
export NODE_PATH
poetry run pytest -n auto --cov=tested --cov-report=xml tests/test_functionality.py
poetry run pytest -n auto --cov=tested --cov-report=xml tests/
'';
installPhase = ''
mkdir -p $out
Expand Down

0 comments on commit af49cf6

Please sign in to comment.