Skip to content

Commit

Permalink
Add a CI step to run the rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFerraro committed Apr 8, 2024
1 parent 163f74c commit 64e0865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -20,4 +21,4 @@
"node": ">=20.12.0",
"pnpm": ">=8.15.5"
}
}
}

0 comments on commit 64e0865

Please sign in to comment.