Skip to content

Commit 37dd884

Browse files
committed
ci: test benchmarks (dry run)
1 parent b76362d commit 37dd884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- cache_restore
191191
- run:
192192
name: Cargo test
193-
command: cargo test --all-features --workspace
193+
command: cargo test --all-features --all-targets
194194
- cache_save
195195
- store_artifacts:
196196
path: proptest-regressions
@@ -255,7 +255,7 @@ jobs:
255255
- cache_restore
256256
- run:
257257
name: Cargo test
258-
command: cargo test --all-features --workspace
258+
command: cargo test --all-features --all-targets
259259
- cache_save
260260
- store_artifacts:
261261
path: proptest-regressions

0 commit comments

Comments
 (0)