Skip to content

Commit 624f493

Browse files
committed
ci: exclude dc for timing
1 parent 291d555 commit 624f493

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

codebuild/spec/cargotiming.yml

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

2626
artifacts:
2727
# upload timing reports
2828
files:
2929
- '**/*'
3030
base-directory: target/cargo-timings
31+

0 commit comments

Comments
 (0)