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 daf2c75
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,5 @@ 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

0 comments on commit daf2c75

Please sign in to comment.