Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/aous72/OpenJPH into …
Browse files Browse the repository at this point in the history
…development
  • Loading branch information
aous72 committed May 25, 2022
2 parents 101daf2 + 5828a90 commit 2ba5389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DBUILD_TESTING=ON -DOJPH_CODE_COVERAGE=ON ..
run: cmake -DOJPH_BUILD_TEST=ON ..
working-directory: build
- name: build
run: make && make test
Expand Down

0 comments on commit 2ba5389

Please sign in to comment.