We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5399439 commit 29f0cecCopy full SHA for 29f0cec
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run tests
44
run: |
45
uv run flake8 --ignore="W391, W503, W504, E501" ./nats/src/nats/js/
46
- uv run pytest -x -vv -s --continue-on-collection-errors ./nats/tests
+ uv run pytest -x -vv -s --continue-on-collection-errors ./nats/tests --ignore=nats/tests/testing_server
47
env:
48
PATH: $HOME/nats-server:$PATH
49
0 commit comments