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 8b3f443 commit 2181e2eCopy full SHA for 2181e2e
libs/@local/hashql/core/package.json
@@ -4,9 +4,11 @@
4
"private": true,
5
"license": "AGPL-3",
6
"scripts": {
7
+ "build:codspeed": "cargo codspeed build -p hashql-core",
8
"doc:dependency-diagram": "cargo run -p hash-repo-chores -- dependency-diagram --output docs/dependency-diagram.mmd --root hashql-core --root-deps-and-dependents --link-mode non-roots --include-dev-deps --include-build-deps --logging-console-level info",
9
"fix:clippy": "just clippy --fix",
10
"lint:clippy": "just clippy",
11
+ "test:codspeed": "cargo codspeed run -p hashql-core",
12
"test:miri": "cargo miri nextest run -- co_sort try_scan heap::transfer",
13
"test:unit": "mise run test:unit @rust/hashql-core"
14
},
0 commit comments