Skip to content

Commit

Permalink
Add message to explain long list of modules during check
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 28, 2023
1 parent f051ae1 commit 97a2548
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ jobs:

- name: Check that all modules can be imported
run: |
# The following command checks that all modules can be imported.
# The output also includes a long list of modules together with the number of tests in each module.
# This can be ignored.
../sage -python -m pip install pytest-xdist
../sage -python -m pytest -c tox.ini -qq --doctest --collect-only || true
working-directory: ./worktree-image/src
Expand Down

0 comments on commit 97a2548

Please sign in to comment.