Skip to content

Commit

Permalink
Merge pull request private-attribution#1295 from akoshelev/fix-precommit
Browse files Browse the repository at this point in the history
Fix pre-commit script
  • Loading branch information
benjaminsavage authored Sep 20, 2024
2 parents 743739b + 4c393e3 commit e964ff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .pre-commit.stash4zjacb
Empty file.
2 changes: 1 addition & 1 deletion pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ check "Clippy checks" \
check "Tests" \
cargo test --features="cli test-fixture"

if [ -z "$EXEC_SLOW_TESTS" ]
if [ -n "$EXEC_SLOW_TESTS" ]
then

check "Benchmark compilation" \
Expand Down

0 comments on commit e964ff1

Please sign in to comment.