diff --git a/package.json b/package.json index 70699f3f..ee2b5a94 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dev": "turbo run dev", "serve": "turbo run serve", "test": "turbo run test", + "test:rust": "cd packages/cadmium && cargo test", "clean": "turbo run clean", "lint": "turbo run lint", "format": "turbo run format", @@ -20,4 +21,4 @@ "node": ">=20.12.0", "pnpm": ">=8.15.5" } -} +} \ No newline at end of file