Skip to content

Commit

Permalink
Use tokio_unstable in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Apr 5, 2024
1 parent e6a0f51 commit 3024f0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
toolchain: stable
components: clippy
- uses: actions-rs/clippy-check@v1
env:
RUSTFLAGS: -D warnings --cfg tokio_unstable
with:
name: clippy-all-features
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -69,6 +71,8 @@ jobs:
toolchain: stable
components: clippy
- uses: actions-rs/clippy-check@v1
env:
RUSTFLAGS: -D warnings --cfg tokio_unstable
with:
name: clippy-no-default-features
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3024f0d

Please sign in to comment.