ci: bench: Enable all icount benches in CI
So far we haven't been running the `mem_icount` benches in CI, but this would be useful. Use a glob pattern for the test so this and future icount benchmarks all get run.
This commit is contained in:
parent
b09903f791
commit
15d03decfb
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ tag="$(echo "$target" | cut -d'-' -f1)"
|
|||
# Run benchmarks once
|
||||
function run_icount_benchmarks() {
|
||||
cargo_args=(
|
||||
"--bench" "icount"
|
||||
"--bench" "*icount*"
|
||||
"--no-default-features"
|
||||
"--features" "unstable,unstable-float,icount"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue