diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b3a75da..58c1561 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
       - name: Build
         run: npm run build
       - name: Test
-        run: npm rust test
+        run: npm run test
       - name: "check for uncommitted changes"
         # Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
         run: |