fix tests

This commit is contained in:
Aiden McClelland
2025-11-07 01:58:44 -07:00
parent 05e73be7b2
commit ab2c52b72c
7 changed files with 39 additions and 13 deletions

View File

@@ -27,6 +27,9 @@ jobs:
with:
node-version: ${{ env.NODEJS_VERSION }}
- name: Use Beta Toolchain
run: rustup default beta
- name: Setup Cross
run: cargo install cross --git https://github.com/cross-rs/cross