diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ef9ed79..804af69b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,8 @@ jobs: run: cmake -B build-cocoa-static - name: Build Cocoa static library run: cmake --build build-cocoa-static --parallel + - run: ./build-cocoa-static/tests/glfwinfo + - run: ./build-cocoa-static/examples/offscreen - name: Configure Cocoa shared library run: cmake -B build-cocoa-shared -D BUILD_SHARED_LIBS=ON