Skip to content

Commit

Permalink
ci workflow only checks the first 20 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Apr 8, 2024
1 parent 468d209 commit eff6bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd build && make -j 4
- name: test
run: |
cd build && ctest --no-compress-output -V -T Test
cd build && ctest --no-compress-output -V -T Test -I 1,20,1
# code-style:
# runs-on: ubuntu-latest
# needs: [docker-image]
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_ubuntu22_openmpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} \
-DMPIEXEC_PREFLAGS="-report-bindings;--map-by;core;-bind-to;core" \
-DMGMOL_WITH_CLANG_FORMAT=ON \
-DCMAKE_PREFIX_PATH=${HOME}/bin \
-D CMAKE_CXX_FLAGS="-Wall -pedantic -Wextra" \
-DCMAKE_CXX_FLAGS="-Wall -pedantic -Wextra" \
..

# call make install
Expand Down

0 comments on commit eff6bd1

Please sign in to comment.