Skip to content

Commit 70df135

Browse files
authored
update test locations and tox jobs so everything is run in CI (libp2p#1011)
* update test locations and tox jobs so everything is run in CI * add demos to windows testing and new utils job
1 parent 54317e7 commit 70df135

25 files changed

+5
-4
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
python: ["3.10", "3.11", "3.12", "3.13"]
21-
toxenv: [core, interop, lint, wheel, demos]
21+
toxenv: [core, demos, interop, lint, utils, wheel]
2222
include:
2323
- python: "3.10"
2424
toxenv: docs
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
matrix:
9797
python-version: ["3.11", "3.12", "3.13"]
98-
toxenv: [core, wheel]
98+
toxenv: [core, demos, utils, wheel]
9999
fail-fast: false
100100
steps:
101101
- uses: actions/checkout@v4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)