mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 18:21:36 +08:00
18 lines
363 B
YAML
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
|