Skip to content

Commit 77f104c

Browse files
authored
ci: exculde dc from cargo timing job (#2903)
1 parent be4d982 commit 77f104c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/spec/cargotiming.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ phases:
2121
- cargo build --timings --release
2222
post_build:
2323
commands:
24-
- cargo test --workspace
24+
- cargo test
2525

2626
artifacts:
2727
# upload timing reports

0 commit comments

Comments
 (0)