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 77f104c commit fa4797aCopy full SHA for fa4797a
codebuild/spec/cargotiming.yml
@@ -18,10 +18,10 @@ phases:
18
- yum update -y && yum install -y cmake
19
build:
20
commands:
21
- - cargo build --timings --release
+ - cargo build --workspace --timings --release --exclude s2n-quic-dc-metrics
22
post_build:
23
24
- - cargo test
+ - cargo test --workspace --exclude s2n-quic-dc-metrics
25
26
artifacts:
27
# upload timing reports
0 commit comments