Skip to content

Commit 9cf12a6

Browse files
committed
Show errors and don't silently ignore them
1 parent 843ee28 commit 9cf12a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/periodic_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run benchmarks
3737
run: |
3838
asv machine --machine "GitHubRunner"
39-
asv run --machine "GitHubRunner" NEW
39+
asv run --machine "GitHubRunner" NEW --show-stderr --strict -v
4040
env:
4141
SUNDIALS_INST: $HOME/.local
4242
LD_LIBRARY_PATH: $HOME/.local/lib

0 commit comments

Comments
 (0)