try using github env
Test and Build / test-and-build (push) Failing after 1m12s

This commit is contained in:
Jay
2025-08-22 15:57:40 -04:00
parent b407e999ea
commit 74c7e55157
+1 -4
View File
@@ -32,9 +32,7 @@ jobs:
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/env
rustc --version
cargo --version
source "PATH=$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
# Install wasm-pack
- name: Install wasm-pack
@@ -49,7 +47,6 @@ jobs:
# Test wasm library
- name: Test wasm library
run: |
cargo --version
npm run test:wasm
npm run test:wasmdoc