Skip to content

Commit

Permalink
fix: remove limits leftover from a bad squash
Browse files Browse the repository at this point in the history
  • Loading branch information
mgattozzi committed Mar 26, 2024
1 parent 2d78d18 commit 46065f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ jobs:
- checkout
- rust_components
- run:
name: cargo test --workspace --features=limits
command: cargo test --workspace --features=limits
name: cargo test --workspace
command: cargo test --workspace

# end to end tests with Heappy (heap profiling enabled)
test-heappy:
Expand Down

0 comments on commit 46065f2

Please sign in to comment.