mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-28 15:13:05 +08:00
15 lines
246 B
YAML
15 lines
246 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
working_directory: ~/blockstack
|
|
docker:
|
|
- image: circleci/rust
|
|
steps:
|
|
- checkout
|
|
- run:
|
|
command: |
|
|
cargo build
|
|
- run:
|
|
command: |
|
|
cargo test
|