浏览代码

Fix clippy action

Román Cárdenas 1 年之前
父节点
当前提交
1509de2f12
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/clippy.yml

+ 1 - 1
.github/workflows/clippy.yml

@@ -14,7 +14,7 @@ jobs:
     strategy:
       matrix:
         toolchain: [ stable, nightly ]
-        cargo_flags: [ ]
+        cargo_flags: [ --all-features, --no-default-features ]
         include:
           # Nightly is only for reference and allowed to fail
           - toolchain: nightly