mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-24 09:47:26 -08:00
test: add metrics
to test-full.bash
This commit is contained in:
parent
7e774ccfe5
commit
257d2ee7b6
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue