Skip to content

Commit b93f35e

Browse files
committed
combine tox envs
1 parent 976d3d7 commit b93f35e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,10 @@ jobs:
9393
with:
9494
python-version: "3.11"
9595
- uses: ./.github/actions/setup-env
96-
- name: Build fixture database
97-
run: tox -e build_fixture_db
9896
- name: Run json infra tests
99-
run: tox -e json_infra
10097
env:
10198
EELS_USE_FIXTURE_DB: 1
99+
run: tox -e json_infra
102100
- name: Upload coverage reports to Codecov
103101
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
104102
with:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ commands =
6767
[testenv:json_infra]
6868
description = Run the spec against released test fixtures
6969
commands =
70+
python -m tests.json_infra.build_fixture_db
7071
pytest \
7172
-m "not slow" \
7273
-n auto --maxprocesses 6 \

0 commit comments

Comments
 (0)