File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ runs:
112
112
# Add additional id for CDASH submit, and necessary cmake vars if this is a kokkos-develop test
113
113
if [ "${{ inputs.kokkos_develop }}" = "true" ]; then
114
114
cmd+=" --additional-id kokkos_develop"
115
- cmd+=" -c CMAKE_CXX_STANDARD=20"
116
- cmd+=" -c Kokkos_ENABLE_IMPL_VIEW_LEGACY=ON"
117
- cmd+=" -c Kokkos_ENABLE_DEPRECATED_CODE_4=ON"
115
+ cmd+=" -c \" CMAKE_CXX_STANDARD=20\" "
116
+ cmd+=" -c \" Kokkos_ENABLE_IMPL_VIEW_LEGACY=ON\" "
117
+ cmd+=" -c \" Kokkos_ENABLE_DEPRECATED_CODE_4=ON\" "
118
118
fi
119
119
120
120
# Print the full command, then run it
Original file line number Diff line number Diff line change 62
62
# Do EKAT testing for nightlies or (TODO: if EKAT label is present)
63
63
ekat : ${{ github.event_name == 'schedule' }}
64
64
# For the weekly run, we test using the kokkos develop branch
65
- kokkos_dev_test : ${{ github.event_name == 'schedule' && github.event.schedule == '0 7 * * 1' }}
65
+ kokkos_dev_test : true # ${{ github.event_name == 'schedule' && github.event.schedule == '0 7 * * 1' }}
66
66
67
67
jobs :
68
68
gcc-openmp :
You can’t perform that action at this time.
0 commit comments