Skip to content

Commit 417f675

Browse files
committed
Remove references to std feature
1 parent 75f19e7 commit 417f675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,15 @@ jobs:
277277
- run:
278278
name: Build library for native target (all features)
279279
working_directory: ~/project/packages/core
280-
command: cargo build --locked --features std
280+
command: cargo build --locked --all-features
281281
- run:
282282
name: Build library for wasm target (all features)
283283
working_directory: ~/project/packages/core
284-
command: cargo wasm --locked --features std
284+
command: cargo wasm --locked --all-features
285285
- run:
286286
name: Run unit tests (all features)
287287
working_directory: ~/project/packages/core
288-
command: cargo test --locked --features std
288+
command: cargo test --locked --all-features
289289
- save_cache:
290290
paths:
291291
- /usr/local/cargo/registry

0 commit comments

Comments
 (0)