Skip to content

Commit

Permalink
CI: enable rkyv's size_32 features while build-testing the docume…
Browse files Browse the repository at this point in the history
…ntation
  • Loading branch information
MarijnS95 committed Jul 14, 2023
1 parent ffa853b commit 4100cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build-test documentation
env:
RUSTDOCFLAGS: -Dwarnings
run: cargo doc --all --all-features --no-deps --document-private-items
run: cargo doc --all --all-features --no-deps --document-private-items --features rkyv/size_32

test:
name: Test
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ mint = { version = "0.5.8", optional = true, default-features = false }
rand = { version = "0.8", optional = true, default-features = false }
serde = { version = "1.0", optional = true, default-features = false }
rkyv = { version = "0.7", optional = true, default-features = false }
bytecheck = { version = "0.6", optional = true, default-features = false}
bytecheck = { version = "0.6", optional = true, default-features = false }
libm = { version = "0.2", optional = true, default-features = false}

[dev-dependencies]
# rand_xoshiro is required for tests if rand is enabled
rand_xoshiro = "0.6"
rkyv = "0.7"
serde_json = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
Expand Down

0 comments on commit 4100cb1

Please sign in to comment.