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