We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073b353 commit c8cbe19Copy full SHA for c8cbe19
.github/workflows/code-checks.yml
@@ -141,11 +141,7 @@ jobs:
141
run: |
142
cd asv_bench
143
asv machine --yes
144
- # TODO add `--durations` when we start using asv >= 0.5 (#46598)
145
- asv run --quick --dry-run --python=same | sed "/failed$/ s/^/##[error]/" | tee benchmarks.log
146
- if grep "failed" benchmarks.log > /dev/null ; then
147
- exit 1
148
- fi
+ asv run --quick --dry-run --strict --durations=30 --python=same
149
150
build_docker_dev_environment:
151
name: Build Docker Dev Environment
0 commit comments