diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 0dd0615..5b250b4 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -7,7 +7,7 @@ env: CIBW_ARCHS_MACOS: x86_64 universal2 CIBW_BEFORE_BUILD: pip install cython CIBW_SKIP: pp* cp27-* *_i686 *-win32 *musllinux* - CIBW_TEST_COMMAND: python -m amplpy.tests + CIBW_TEST_COMMAND: python -m amplpy.tests && python -m amplpy.tests_camel CIBW_TEST_REQUIRES: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs pandas numpy jobs: