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 aaea00b commit f7b0a89Copy full SHA for f7b0a89
1 file changed
package.json
@@ -58,6 +58,7 @@
58
"test:watch": "vitest watch",
59
"test:coverage": "vitest run --coverage",
60
"test:asan": "make asan",
61
+ "test:valgrind": "make valgrind",
62
"test:memory": "make asan",
63
"clean": "make clean",
64
"rebuild": "make clean all",
@@ -72,7 +73,7 @@
72
73
"update:deps": "ncu -u",
74
"install:pinact": "go install github.com/suzuki-shunsuke/pinact/cmd/pinact@latest",
75
"update:actions": "pinact run -u || echo \"problem with pinact\"",
- "precommit": "run-s update rebuild fmt lint test:all",
76
+ "precommit": "run-s update rebuild fmt lint test:all test:asan test:valgrind",
77
"prepare-release": "npm run build:dist"
78
},
79
"devDependencies": {
0 commit comments