Skip to content

Commit cfde400

Browse files
committed
chore(ci): simplify fill marker expression
1 parent a4efbc7 commit cfde400

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ jobs:
105105
python-version: "3.14"
106106
- uses: ./.github/actions/setup-env
107107
- name: Run fill (${{ matrix.label }})
108+
# Only fill blockchain_test plus the state_test_only and
109+
# blockchain_test_engine_only exceptions; slow tests run nightly.
108110
run: >
109111
just fill --from ${{ matrix.from_fork }} --until ${{ matrix.until_fork }}
110-
-m "not slow
111-
and not (state_test and not state_test_only)
112-
and not (blockchain_test_engine and not blockchain_test_engine_only)"
112+
-m "not slow and (blockchain_test or state_test_only or blockchain_test_engine_only)"
113113
env:
114114
PYTEST_XDIST_AUTO_NUM_WORKERS: auto
115115
COVERAGE_CORE: sysmon

0 commit comments

Comments
 (0)