Toggle prometheus feature in scripts/run-aquatic-http.sh

This commit is contained in:
Joakim Frostegård 2023-01-18 21:50:10 +01:00
parent c46f42b98f
commit c6a134683c

View file

@ -2,4 +2,4 @@
. ./scripts/env-native-cpu-without-avx-512 . ./scripts/env-native-cpu-without-avx-512
cargo run --profile "release-debug" -p aquatic_http -- $@ cargo run --profile "release-debug" -p aquatic_http --features "prometheus" -- $@