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 4c843ac commit dc6321aCopy full SHA for dc6321a
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
with:
90
toolchain: ${{ env.MSRV }}
91
- uses: taiki-e/install-action@cargo-no-dev-deps
92
- - run: cargo no-dev-deps check --all
+ - run: cargo no-dev-deps check -p graphql_client
93
94
# Automatically merge if it's a Dependabot PR that passes the build
95
dependabot:
0 commit comments