We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15b915 commit 585bdfdCopy full SHA for 585bdfd
1 file changed
.pre-commit-config.yaml
@@ -80,14 +80,13 @@ repos:
80
# stages: [pre-commit, pre-merge-commit]
81
# pass_filenames: false
82
# files: \.rs$|Cargo\.(toml|lock)
83
-
84
- - id: cargo-test-no-default-features
85
- name: cargo-test-no-default-features
86
- language: system
87
- entry: cargo test --no-default-features --workspace
88
- stages: [pre-commit, pre-merge-commit]
89
- pass_filenames: false
90
- files: \.rs$|Cargo\.(toml|lock)
+ # - id: cargo-test-no-default-features
+ # name: cargo-test-no-default-features
+ # language: system
+ # entry: cargo test --no-default-features --workspace
+ # stages: [pre-commit, pre-merge-commit]
+ # pass_filenames: false
+ # files: \.rs$|Cargo\.(toml|lock)
91
92
- id: cargo-test-all-features
93
name: cargo-test-all-features
0 commit comments