docs(exex): include code for ExEx book from real files (#11545)

This commit is contained in:
Alexey Shekhirin
2024-10-08 11:46:53 +01:00
committed by GitHub
parent a2cfa9e050
commit 3765dbe470
10 changed files with 114 additions and 85 deletions

View File

@ -42,6 +42,11 @@ jobs:
--workspace --exclude ef-tests \
--partition hash:${{ matrix.partition }}/2 \
-E "!kind(test)"
- name: Run tests on book sources
run: |
cargo nextest run \
--manifest-path book/sources/Cargo.toml --workspace \
-E "!kind(test)"
state:
name: Ethereum state tests