We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f19e7 commit 417f675Copy full SHA for 417f675
.circleci/config.yml
@@ -277,15 +277,15 @@ jobs:
277
- run:
278
name: Build library for native target (all features)
279
working_directory: ~/project/packages/core
280
- command: cargo build --locked --features std
+ command: cargo build --locked --all-features
281
282
name: Build library for wasm target (all features)
283
284
- command: cargo wasm --locked --features std
+ command: cargo wasm --locked --all-features
285
286
name: Run unit tests (all features)
287
288
- command: cargo test --locked --features std
+ command: cargo test --locked --all-features
289
- save_cache:
290
paths:
291
- /usr/local/cargo/registry
0 commit comments