Skip to content

Commit

Permalink
Enable wheel tests on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Jul 25, 2023
1 parent 81d7c59 commit 017d085
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libs/zswag/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ add_executable(${PROJECT_NAME} client.cpp)
target_link_libraries(${PROJECT_NAME}
${PROJECT_NAME}-zserio zswagcl stx)

# The integration tests are flaky on macOS in Github CI,
# and running them on macOS is not required. So we save
# ourselves some build minutes and workflow headache.
if (ZSWAG_ENABLE_TESTING AND NOT APPLE)
if (ZSWAG_ENABLE_TESTING)
add_wheel_test(zswag-server-integration
WORKING_DIRECTORY
"${CMAKE_CURRENT_SOURCE_DIR}"
Expand Down

0 comments on commit 017d085

Please sign in to comment.