Skip to content

Commit

Permalink
Add examples to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Apr 27, 2019
1 parent 00d721a commit 744b545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ commands:
- v1-cargo-cache-<< parameters.rust_channel >>-{{ arch }}-{{ checksum "Cargo.lock" }}
- run:
name: Cargo << parameters.command >> all targets with Rust version << parameters.rust_channel >>
command: cargo << parameters.command >> --all --all-targets --all-features
command: cargo << parameters.command >> --all --all-targets --all-features --examples
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down

0 comments on commit 744b545

Please sign in to comment.