We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291d555 commit 624f493Copy full SHA for 624f493
codebuild/spec/cargotiming.yml
@@ -18,13 +18,14 @@ phases:
18
- yum update -y && yum install -y cmake
19
build:
20
commands:
21
- - cargo build --timings --release
+ - cargo build --timings --release --workspace --exclude s2n-quic-dc-metrics
22
post_build:
23
24
- - cargo test --workspace
+ - cargo test --timings --workspace --exclude s2n-quic-dc-metrics
25
26
artifacts:
27
# upload timing reports
28
files:
29
- '**/*'
30
base-directory: target/cargo-timings
31
+
0 commit comments