Skip to content

Commit

Permalink
Add bindgen to check
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Jan 21, 2025
1 parent 1cc3eb3 commit 8f34942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
toolchain: ${{ matrix.msrv }}
- name: cargo +${{ matrix.msrv }} check
run: cargo check
run: cargo check --features full-async,bindgen

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f34942

Please sign in to comment.