Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
nats_version: ["v2.10.29", "v2.11.8", "main"]
uv_extras: ["", "--all-extras"]
include:
- nats_version: "main"
continue-on-error: true
Expand All @@ -37,7 +38,7 @@ jobs:

- name: Install dependencies and project
run: |
uv sync --dev
uv sync --dev ${{ matrix.uv_extras }}
./nats/scripts/install_nats.sh

- name: Run tests
Expand Down
Loading