Skip to content

Commit

Permalink
having fun yet??
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 19, 2024
1 parent 6e203b1 commit 6f9d659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DENABLE_WARNINGS_AS_ERRORS=Off -BLT_CXX_STD="" CMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: make -j 16
- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure
run: ctest -C Release --output-on-failure
## ====================================
## Config and build action following Umpire. This works!
## - uses: threeal/[email protected]
Expand Down

0 comments on commit 6f9d659

Please sign in to comment.