Skip to content
Snippets Groups Projects
Commit f6af8287 authored by Joe Richey's avatar Joe Richey Committed by Joseph Richey
Browse files

ci: Remove old reference to wasm-bindgen-getrandom


Signed-off-by: default avatarJoe Richey <joerichey@google.com>
parent 706a4298
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,6 @@ jobs: ...@@ -110,7 +110,6 @@ jobs:
# remove cached documentation, otherwise files from previous PRs can get included # remove cached documentation, otherwise files from previous PRs can get included
- rm -rf target/doc - rm -rf target/doc
- cargo doc --no-deps --features=std,custom - cargo doc --no-deps --features=std,custom
- cargo doc --no-deps --package wasm-bindgen-getrandom --target=wasm32-unknown-unknown
- cargo deadlinks --dir target/doc - cargo deadlinks --dir target/doc
# Check that our tests pass in the default/minimal configuration # Check that our tests pass in the default/minimal configuration
- cargo test --tests --benches - cargo test --tests --benches
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment