diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 085a227fa..53e51108a 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -38,19 +38,10 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macOS-12, macOS-14] - standalone: [false, true] - float_dtype_32: [false, true] + os: [macOS-14] + standalone: [true] + float_dtype_32: [false] python-version: ["${{ needs.get_python_versions.outputs.max-python }}"] - include: - - os: ubuntu-22.04 - standalone: false - python-version: "${{ needs.get_python_versions.outputs.min-python }}" - float_dtype_32: false - - os: ubuntu-22.04 - standalone: true - python-version: "${{ needs.get_python_versions.outputs.min-python }}" - float_dtype_32: false defaults: run: diff --git a/dev/continuous-integration/run_test_suite.py b/dev/continuous-integration/run_test_suite.py index 0361b493d..13ca3c215 100644 --- a/dev/continuous-integration/run_test_suite.py +++ b/dev/continuous-integration/run_test_suite.py @@ -66,7 +66,7 @@ float_dtype=float_dtype, test_GSL=True, sphinx_dir=sphinx_dir, - additional_args=args) + additional_args=args + ['-v']) else: result = brian2.test(targets, test_codegen_independent=independent,