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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"