chore(ci): exclude examples from docs (#8953)

This commit is contained in:
Alexey Shekhirin
2024-06-19 17:47:57 +01:00
committed by GitHub
parent b5b15f03a0
commit 254647c425
27 changed files with 301 additions and 301 deletions

View File

@ -78,7 +78,7 @@ jobs:
run: mdbook build
- name: Build docs
run: cargo docs
run: cargo docs --exclude "example-*"
env:
# Keep in sync with ./ci.yml:jobs.docs
RUSTDOCFLAGS:

View File

@ -41,7 +41,7 @@ jobs:
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }}" \
--workspace --exclude examples --exclude ef-tests \
--workspace --exclude ef-tests \
-E "kind(test)"
- if: matrix.network == 'optimism'
name: Run tests

View File

@ -39,7 +39,7 @@ jobs:
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }}" \
--workspace --exclude examples --exclude ef-tests \
--workspace --exclude ef-tests \
--partition hash:${{ matrix.partition }}/2 \
-E "!kind(test)"