We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8fb7a commit 635bac4Copy full SHA for 635bac4
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
# dev dependencies can add unwanted dependencies to the build, so we'll hackily disable them for this check.
78
79
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
+ cargo check --target wasm32-unknown-unknown --manifest-path tokio-postgres/Cargo.toml --no-default-features --features js
81
82
test:
83
name: test
0 commit comments