test: add metrics to test-full.bash

This commit is contained in:
Mingwei Samuel 2025-01-13 10:04:33 -08:00
parent 7e774ccfe5
commit 257d2ee7b6

View file

@ -3,10 +3,10 @@ set -euxo pipefail
# Ensure stable builds. # Ensure stable builds.
cargo +stable check --all-targets --features __proxy 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. # 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 cargo build --all-targets --features nightly,deny-unknown,__proxy
# Run nightly tests. # Run nightly tests.