Skip to content

Commit 8e54df9

Browse files
authored
all-features in docs build (#74)
* all-features * strum version
1 parent f762387 commit 8e54df9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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: |

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ mpi = { version = "0.8.*", optional = true }
2828
num = "0.4"
2929
rlst = { git = "https://github.com/linalg-rs/rlst.git", default-features = false }
3030
serde = { version = "1", features = ["derive"], optional = true }
31-
strum = "0.26"
32-
strum_macros = "0.26"
31+
strum = "0.27"
32+
strum_macros = "0.27"
3333
c-api-tools = { version = "0.1.0" }
3434

3535
[dev-dependencies]

0 commit comments

Comments
 (0)