Skip to content

Commit 635bac4

Browse files
committed
specify js feature for wasm ci
1 parent 1f8fb7a commit 635bac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# dev dependencies can add unwanted dependencies to the build, so we'll hackily disable them for this check.
7878
7979
sed -i 's/\[dev-dependencies]/[ignore-dependencies]/g' ./tokio-postgres/Cargo.toml
80-
cargo check --target wasm32-unknown-unknown --manifest-path tokio-postgres/Cargo.toml --no-default-features
80+
cargo check --target wasm32-unknown-unknown --manifest-path tokio-postgres/Cargo.toml --no-default-features --features js
8181
8282
test:
8383
name: test

0 commit comments

Comments
 (0)