Skip to content

Commit 254647c

Browse files
authored
chore(ci): exclude examples from docs (#8953)
1 parent b5b15f0 commit 254647c

27 files changed

Lines changed: 301 additions & 301 deletions

File tree

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: mdbook build
7979

8080
- name: Build docs
81-
run: cargo docs
81+
run: cargo docs --exclude "example-*"
8282
env:
8383
# Keep in sync with ./ci.yml:jobs.docs
8484
RUSTDOCFLAGS:

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
cargo nextest run \
4343
--locked --features "asm-keccak ${{ matrix.network }}" \
44-
--workspace --exclude examples --exclude ef-tests \
44+
--workspace --exclude ef-tests \
4545
-E "kind(test)"
4646
- if: matrix.network == 'optimism'
4747
name: Run tests

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
cargo nextest run \
4141
--locked --features "asm-keccak ${{ matrix.network }}" \
42-
--workspace --exclude examples --exclude ef-tests \
42+
--workspace --exclude ef-tests \
4343
--partition hash:${{ matrix.partition }}/2 \
4444
-E "!kind(test)"
4545

0 commit comments

Comments
 (0)