mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs(exex): include code for ExEx book from real files (#11545)
This commit is contained in:
5
.github/workflows/unit.yml
vendored
5
.github/workflows/unit.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user