Skip to content
Snippets Groups Projects
Verified Commit 68ff66fc authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Exit 1 when a benchmark has failed

parent 559db2a7
No related branches found
No related tags found
1 merge request!6Draft: Add benchmarks
Pipeline #57109 failed
......@@ -24,7 +24,7 @@ benchmark:
echo "==============================="; \
echo "$$benchmark_script" ; \
echo "-------------------------------"; \
julia --project=benchmarks $$benchmark_script; \
julia --project=benchmarks $$benchmark_script || exit 1; \
echo "-------------------------------"; \
echo; \
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment