mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 18:21:36 +08:00
just build the vm
This commit is contained in:
@@ -8,10 +8,10 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
command: |
|
||||
cargo build
|
||||
cd blockstack-vm && cargo build
|
||||
- run:
|
||||
environment:
|
||||
RUST_BACKTRACE: 1
|
||||
BLOCKSTACK_DEBUG: 1
|
||||
command: |
|
||||
cargo test -- --nocapture --test-threads=1
|
||||
cd blockstack-vm && cargo test -- --nocapture --test-threads=1
|
||||
|
||||
Reference in New Issue
Block a user