Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Jun 19, 2023
1 parent 6952010 commit f1ab248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: |
cat<<-EOF > run.sh
set -xe
git config --global --add safe.directory /src/vendor/kokkos
cmake -DCMAKE_CXX_FLAGS=-Wall -DBUILD_BENCHMARKS=ON -DKokkos_ENABLE_DEPRECATED_CODE_3=OFF -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF /src
make -j 2 VERBOSE=1
ctest --output-on-failure --timeout 5 -LE test_on_Release_only
Expand All @@ -77,6 +78,7 @@ jobs:
run: |
cat<<-EOF > run.sh
set -xe
git config --global --add safe.directory /src/vendor/kokkos
cmake -DCMAKE_CXX_FLAGS=-Wall -DBUILD_BENCHMARKS=ON -DCMAKE_BUILD_TYPE=Release -DKokkos_ENABLE_DEPRECATED_CODE_3=OFF -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF /src
make -j 2 VERBOSE=1
ctest --output-on-failure --timeout 5
Expand Down

0 comments on commit f1ab248

Please sign in to comment.