Skip to content

Commit fa4797a

Browse files
committed
refactor(build): make cargotiming to build and test for workspace
1 parent 77f104c commit fa4797a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codebuild/spec/cargotiming.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ phases:
1818
- yum update -y && yum install -y cmake
1919
build:
2020
commands:
21-
- cargo build --timings --release
21+
- cargo build --workspace --timings --release --exclude s2n-quic-dc-metrics
2222
post_build:
2323
commands:
24-
- cargo test
24+
- cargo test --workspace --exclude s2n-quic-dc-metrics
2525

2626
artifacts:
2727
# upload timing reports

0 commit comments

Comments
 (0)