specify js feature for wasm ci
This commit is contained in:
parent
1f8fb7a16c
commit
635bac4665
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
# dev dependencies can add unwanted dependencies to the build, so we'll hackily disable them for this check.
|
# 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
|
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:
|
test:
|
||||||
name: test
|
name: test
|
||||||
|
Loading…
Reference in New Issue
Block a user