Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit f7b0a89

Browse files
committed
chore(package.json): add valgrind to precommit
1 parent aaea00b commit f7b0a89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"test:watch": "vitest watch",
5959
"test:coverage": "vitest run --coverage",
6060
"test:asan": "make asan",
61+
"test:valgrind": "make valgrind",
6162
"test:memory": "make asan",
6263
"clean": "make clean",
6364
"rebuild": "make clean all",
@@ -72,7 +73,7 @@
7273
"update:deps": "ncu -u",
7374
"install:pinact": "go install github.com/suzuki-shunsuke/pinact/cmd/pinact@latest",
7475
"update:actions": "pinact run -u || echo \"problem with pinact\"",
75-
"precommit": "run-s update rebuild fmt lint test:all",
76+
"precommit": "run-s update rebuild fmt lint test:all test:asan test:valgrind",
7677
"prepare-release": "npm run build:dist"
7778
},
7879
"devDependencies": {

0 commit comments

Comments
 (0)