Files
stacks-puppet-node/circle.yml

18 lines
363 B
YAML

version: 2
jobs:
build:
working_directory: ~/blockstack
docker:
- image: circleci/rust
steps:
- checkout
- run:
command: |
cargo build
- run:
environment:
RUST_BACKTRACE: 1
BLOCKSTACK_DEBUG: 1
command: |
cargo test -- --nocapture --test-threads=1