Run doc tests on Web as well (#3799)

This commit is contained in:
daxpedda
2024-07-20 21:20:18 +02:00
committed by GitHub
parent 88bbdb33da
commit 73c01fff96
5 changed files with 39 additions and 12 deletions

View File

@@ -4,3 +4,6 @@
[build]
rustflags = ["--cfg=unreleased_changelogs"]
rustdocflags = ["--cfg=unreleased_changelogs"]
[target.wasm32-unknown-unknown]
runner = "wasm-bindgen-test-runner"