Skip to content

Commit

Permalink
Only run pytest where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 13, 2024
1 parent 0d360a8 commit 3fb0421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,11 @@ jobs:
echo "::group::Run test"
set -ex
cd sdist/test
# for now only `jupyter_server_ydoc` includes python tests
cd jupyter_server_ydoc*
python -m pytest -vv -raXxs --durations 10 --color=yes
cd ..
jupyter server extension list
jupyter server extension list 2>&1 | grep -ie "jupyter_server_ydoc.*OK"
Expand Down

0 comments on commit 3fb0421

Please sign in to comment.