Skip to content

Commit

Permalink
fix: Add a regression test for indeterminate halo collapse times
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Nov 4, 2024
1 parent ec1df8d commit 558aa17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,8 @@ jobs:
testSuite/regressions/treeWithInitialSatelliteInProgenitorlessHost.xml,
testSuite/regressions/treeWithNoPrimaryProgenitor.xml,
testSuite/regressions/outputRank2ExtendSegFault.xml,
testSuite/regressions/barInstabilityFPE.xml ]
testSuite/regressions/barInstabilityFPE.xml,
testSuite/regressions/haloMassFunctionWDMIndeterminateCollapseTime.xml ]

Check failure on line 1207 in .github/workflows/cicd.yml

View workflow job for this annotation

GitHub Actions / Validate-YAML

1207:1 syntax error: found character '\t' that cannot start any token (syntax)
uses: ./.github/workflows/testModel.yml
with:
file: ${{ matrix.file }}
Expand Down

0 comments on commit 558aa17

Please sign in to comment.