Skip to content

Commit 29f0cec

Browse files
committed
More CI updates
Signed-off-by: Waldemar Quevedo <[email protected]>
1 parent 5399439 commit 29f0cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests
4444
run: |
4545
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
46+
uv run pytest -x -vv -s --continue-on-collection-errors ./nats/tests --ignore=nats/tests/testing_server
4747
env:
4848
PATH: $HOME/nats-server:$PATH
4949

0 commit comments

Comments
 (0)