diff options
-rw-r--r-- | .github/workflows/bindgen.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/bindgen.yml b/.github/workflows/bindgen.yml index bc525ed6..e750bc40 100644 --- a/.github/workflows/bindgen.yml +++ b/.github/workflows/bindgen.yml @@ -35,6 +35,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy + args: -- --cfg test msrv: runs-on: ubuntu-latest |