fix tests

This commit is contained in:
Aiden McClelland
2025-11-07 00:16:48 -07:00
parent ae07469442
commit 05e73be7b2

View File

@@ -27,5 +27,8 @@ jobs:
with:
node-version: ${{ env.NODEJS_VERSION }}
- name: Setup Cross
run: cargo install cross --git https://github.com/cross-rs/cross
- name: Build And Run Tests
run: make test