Move move_money into a wasm module, add dynamic node test that uses move_money
Some checks failed
test / test (push) Failing after 1m11s
Some checks failed
test / test (push) Failing after 1m11s
This commit is contained in:
@@ -11,5 +11,8 @@ jobs:
|
||||
lfs: true
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
# Build webassembly module
|
||||
- run: cargo add cargo-component
|
||||
- run: cargo component build --target wasm32-unknown-unknown --release -p move-money-dynamic
|
||||
# Limit to one test at a time as the CI infrastructure struggles if trying to start too many containers at once
|
||||
- run: cargo test --release
|
||||
|
||||
Reference in New Issue
Block a user