Skip to content

Commit

Permalink
debug hanging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jun 20, 2024
1 parent 74df8a8 commit dd69971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion dev/continuous-integration/run_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd69971

Please sign in to comment.