Skip to content

Commit

Permalink
Don't run cargo test in pre-commit (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer authored Mar 29, 2023
1 parent 0dca296 commit 6ffcd81
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ repos:
args: ["--all", "--", "--check"]
fail_fast: true

- id: cargo-test
name: cargo test
description: Run Rust tests.
entry: cargo test
language: system
types: [rust]
files: Cargo\.toml|\.rs$
pass_filenames: false
args: ["--all-features", "--", "--test-threads=1"]
fail_fast: true
# - id: cargo-test
# name: cargo test
# description: Run Rust tests.
# entry: cargo test
# language: system
# types: [rust]
# files: Cargo\.toml|\.rs$
# pass_filenames: false
# args: ["--all-features", "--", "--test-threads=1"]
# fail_fast: true

- id: clippy
name: clippy
Expand Down

0 comments on commit 6ffcd81

Please sign in to comment.