Skip to content

Commit faa46df

Browse files
committed
test
1 parent 4d983ba commit faa46df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/test-all-eamxx/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ runs:
112112
# Add additional id for CDASH submit, and necessary cmake vars if this is a kokkos-develop test
113113
if [ "${{ inputs.kokkos_develop }}" = "true" ]; then
114114
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\""
118118
fi
119119
120120
# Print the full command, then run it

.github/workflows/eamxx-sa-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ env:
6262
# Do EKAT testing for nightlies or (TODO: if EKAT label is present)
6363
ekat: ${{ github.event_name == 'schedule' }}
6464
# 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' }}
6666

6767
jobs:
6868
gcc-openmp:

0 commit comments

Comments
 (0)