Skip to content

Commit

Permalink
Experiment with circleci job description by disabling default features
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb committed Sep 20, 2021
1 parent 023f5bf commit adba096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,13 +562,13 @@ jobs:
keys:
- cargocache-cw1155-base-rust:1.53.0-{{ checksum "~/project/Cargo.lock" }}
- run:
name: Unit Tests
name: Unit Tests (no iterator)
environment:
RUST_BACKTRACE: 1
command: cargo unit-test --locked
command: cargo unit-test --locked --no-default-features
- run:
name: Build and run schema generator
command: cargo schema --locked
name: Build and run schema generator (no iterator)
command: cargo schema --locked --no-default-features
- run:
name: Ensure checked-in schemas are up-to-date
command: |
Expand Down

0 comments on commit adba096

Please sign in to comment.