remove cargo test from pre-commit (#124)

This commit is contained in:
Josh Thomas 2025-04-30 14:13:56 -05:00 committed by GitHub
parent 7eb9580750
commit 95a0f5f452
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,11 +44,3 @@ repos:
language: rust
entry: cargo clippy
pass_filenames: false
- id: test
name: cargo test
description: run the tests with "cargo test"
types:
- rust
language: rust
entry: cargo test
pass_filenames: false