Skip to content

Commit

Permalink
Revert changes on linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
alazzaro committed Jan 24, 2024
1 parent 8610601 commit 4e1d916
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/testing-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
mkdir -p build
cd build
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto && cmake -G Ninja \
cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Coverage \
-DUSE_${{ matrix.use_mpi }} \
-DUSE_${{ matrix.use_openmp }} \
Expand All @@ -60,8 +60,7 @@ jobs:
..
- name: Build
run: |
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto && cmake --build build -- --verbose
run: cmake --build build -- --verbose

- name: Test
run: |
Expand Down Expand Up @@ -177,7 +176,7 @@ jobs:
mkdir -p build
cd build
cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=Debug \
-DUSE_${{ matrix.use_openmp }} \
-DUSE_ACCEL=hip \
-DWITH_GPU=Mi100 \
Expand Down

0 comments on commit 4e1d916

Please sign in to comment.