Skip to content

Commit

Permalink
Merge pull request #525 from dodona-edu/chore/fix-ci
Browse files Browse the repository at this point in the history
Actually run all tests in CI
  • Loading branch information
niknetniko authored Jun 7, 2024
2 parents 1f210f8 + 84791ad commit 55f5bb1
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 55f5bb1

Please sign in to comment.