Update dynamic_arch.yml
This commit is contained in:
parent
4318ef2eed
commit
d992808da9
|
@ -143,6 +143,7 @@ jobs:
|
||||||
;;
|
;;
|
||||||
"cmake")
|
"cmake")
|
||||||
cd build && ctest
|
cd build && ctest
|
||||||
|
cd build && ctest --rerun-failed --output-on-failure
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "::error::Configuration not supported"
|
echo "::error::Configuration not supported"
|
||||||
|
@ -213,6 +214,7 @@ jobs:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CHERE_INVOKING: 1
|
CHERE_INVOKING: 1
|
||||||
|
OPENBLAS_VERBOSE: 2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get CPU name
|
- name: Get CPU name
|
||||||
|
|
Loading…
Reference in New Issue