Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel authored Nov 25, 2023
1 parent b7cc501 commit c7e77ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ jobs:
endif()
- name: Test
run: |
execute_process(
COMMAND ${CMAKE_COMMAND} --build build --target test
RESULT_VARIABLE result
ERROR_VARIABLE error_message
)
run: cmake --build build --target test
shell: bash

0 comments on commit c7e77ae

Please sign in to comment.