We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4efbc7 commit cfde400Copy full SHA for cfde400
1 file changed
.github/workflows/test.yaml
@@ -105,11 +105,11 @@ jobs:
105
python-version: "3.14"
106
- uses: ./.github/actions/setup-env
107
- 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.
110
run: >
111
just fill --from ${{ matrix.from_fork }} --until ${{ matrix.until_fork }}
- -m "not slow
- and not (state_test and not state_test_only)
112
- and not (blockchain_test_engine and not blockchain_test_engine_only)"
+ -m "not slow and (blockchain_test or state_test_only or blockchain_test_engine_only)"
113
env:
114
PYTEST_XDIST_AUTO_NUM_WORKERS: auto
115
COVERAGE_CORE: sysmon
0 commit comments