Skip to content

Commit

Permalink
chore(graphql): segregate graphql toolshed module (II)
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD committed Sep 27, 2023
1 parent f17583d commit 0c29611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
env:
RUSTFLAGS: "-D warnings"
RUSTFLAGS: "-D warnings --force-warn deprecated --force-warn dead-code"
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
env:
RUSTFLAGS: "-D warnings"
RUSTFLAGS: "-D warnings --force-warn deprecated --force-warn dead-code"
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain
Expand Down

0 comments on commit 0c29611

Please sign in to comment.