Exclude mbgl-test-runner from ctest, this is an external project

This commit is contained in:
Dan Paulat 2023-02-04 02:19:49 -06:00
parent eb36b267a4
commit 23e17ee662

View file

@ -102,4 +102,4 @@ jobs:
- name: Test Supercell Wx
working-directory: ${{ github.workspace }}/build
run: ctest -C ${{ matrix.build_type }}
run: ctest -C ${{ matrix.build_type }} --exclude-regex mbgl-test-runner