Skip to content

Commit

Permalink
Fix: remove --features std invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed May 4, 2023
1 parent 3e2e028 commit bfb2c68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- run: rustc --version > ~/rust-version
- *RESTORE_DEPS
- run: cargo test
- run: cargo test --features std
- *SAVE_DEPS
nightly:
docker:
Expand All @@ -49,7 +48,7 @@ jobs:
- *SAVE_REGISTRY
- run: rustc --version > ~/rust-version
- *RESTORE_DEPS
- run: cargo test --features alloc
- run: cargo test
- *SAVE_DEPS

workflows:
Expand Down

0 comments on commit bfb2c68

Please sign in to comment.