diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19396da..a1fddf3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: types: [file, toml] files: Cargo\.(toml|lock) pass_filenames: false - args: ["--all-features", "check"] + args: ["--frozen", "--all-features", "check"] - id: test name: test