just build the vm

This commit is contained in:
Aaron Blankstein
2019-01-10 11:01:36 -06:00
parent eef1fe398d
commit c456dca8c6

View File

@@ -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