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 edc7fde commit d930004Copy full SHA for d930004
.github/workflows/ci.yml
@@ -72,7 +72,9 @@ jobs:
72
with:
73
path: target
74
key: clippy-target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}y
75
- - run: cargo check --target wasm32-unknown-unknown --manifest-path tokio-postgres/Cargo.toml --no-default-features
+ - run: |
76
+ sed -i 's/\[dev-dependencies]/[ignore-dependencies]/g' tokio-postgres/Cargo.toml
77
+ cargo check --target wasm32-unknown-unknown --manifest-path tokio-postgres/Cargo.toml --no-default-features
78
79
test:
80
name: test
0 commit comments