Skip to content

Commit bfb2c68

Browse files
committed
Fix: remove --features std invocation
1 parent 3e2e028 commit bfb2c68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- run: rustc --version > ~/rust-version
3535
- *RESTORE_DEPS
3636
- run: cargo test
37-
- run: cargo test --features std
3837
- *SAVE_DEPS
3938
nightly:
4039
docker:
@@ -49,7 +48,7 @@ jobs:
4948
- *SAVE_REGISTRY
5049
- run: rustc --version > ~/rust-version
5150
- *RESTORE_DEPS
52-
- run: cargo test --features alloc
51+
- run: cargo test
5352
- *SAVE_DEPS
5453

5554
workflows:

0 commit comments

Comments
 (0)