Skip to content

Commit

Permalink
Upping CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Jun 21, 2024
1 parent d409786 commit 6459a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: cmake -DPYTHON_EXECUTABLE=$(which python3) -D CMAKE_CXX_COMPILER=`which ${{matrix.cxx}}` -D CMAKE_BUILD_TYPE=${{matrix.build_type}} -D ENDFtk.tests=ON ..
working-directory: ./bin
- name: make
run: make -j2
run: make -j8
working-directory: ./bin
- name: ctest
run: ctest -j2
run: ctest -j8
working-directory: ./bin

0 comments on commit 6459a29

Please sign in to comment.