Skip to content

Commit

Permalink
Fixed fix of syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Jan 18, 2024
1 parent 3addfc9 commit 58eb3d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,11 @@ jobs:
COMMAND cmake -S . -B cmake-build -DCMAKE_CXX_COMPILER=${{ matrix.config.cxx }} -DCMAKE_C_COMPILER=${{ matrix.config.cc }}
RESULT_WORKING_DIRECTORY build
RESULT_VARIABLE result
ECHO_OUTPUT_VARIABLE result_output
ECHO_ERROR_VARIABLE result_error
)
if (NOT result EQUAL 0)
message(FATAL_ERROR "Running tests failed!")
endif()
message(STATUS "${result_output}")
message(STATUS "${result_error}")
- name: Build main target
run: |
Expand Down

0 comments on commit 58eb3d0

Please sign in to comment.