Skip to content

Commit deee1d0

Browse files
committed
all-features
1 parent f762387 commit deee1d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: 📖
33
on:
44
push:
55
pull_request:
6-
branches:
7-
- main
6+
branches: [main]
87
merge_group:
98

109
jobs:
@@ -23,7 +22,7 @@ jobs:
2322
- uses: actions/checkout@v4
2423

2524
- name: Build docs
26-
run: RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps -Zunstable-options -Zrustdoc-scrape-examples --features "mpi,strict"
25+
run: RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps -Zunstable-options -Zrustdoc-scrape-examples --all-features
2726

2827
- name: Set file permissions
2928
run: |

0 commit comments

Comments
 (0)