enable macOS extended test

Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
This commit is contained in:
Taiju Yamada 2024-03-03 23:04:23 +09:00 committed by Pablo de Lara
parent 4b74fb2204
commit 14ec878aae

View File

@ -50,7 +50,6 @@ jobs:
run: bash tools/test_checks.sh run: bash tools/test_checks.sh
- name: Run extended tests - name: Run extended tests
run: bash tools/test_extended.sh run: bash tools/test_extended.sh
if: runner.os == 'Linux' # Fails on Mac OS due to nmake consistency issue
run_tests_windows: run_tests_windows:
needs: check_format needs: check_format