From 257d2ee7b6083f7af8d5487082176b1dc3e573a2 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Mon, 13 Jan 2025 10:04:33 -0800 Subject: [PATCH] test: add `metrics` to `test-full.bash` --- test-full.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-full.bash b/test-full.bash index 94967bd..35b838b 100755 --- a/test-full.bash +++ b/test-full.bash @@ -3,10 +3,10 @@ set -euxo pipefail # Ensure stable builds. cargo +stable check --all-targets --features __proxy -cargo +stable check --all-targets --features tracing,__proxy +cargo +stable check --all-targets --features metrics,tracing,__proxy # Ensure nightly builds. -cargo check --all-targets --features nightly,tracing,__proxy +cargo check --all-targets --features nightly,metrics,tracing,__proxy cargo build --all-targets --features nightly,deny-unknown,__proxy # Run nightly tests.