specify js feature for wasm ci

This commit is contained in:
Zeb Piasecki 2023-06-09 11:15:06 -04:00
parent 1f8fb7a16c
commit 635bac4665

View File

@ -77,7 +77,7 @@ jobs:
# dev dependencies can add unwanted dependencies to the build, so we'll hackily disable them for this check.
sed -i 's/\[dev-dependencies]/[ignore-dependencies]/g' ./tokio-postgres/Cargo.toml
cargo check --target wasm32-unknown-unknown --manifest-path tokio-postgres/Cargo.toml --no-default-features
cargo check --target wasm32-unknown-unknown --manifest-path tokio-postgres/Cargo.toml --no-default-features --features js
test:
name: test