Skip to content

Commit

Permalink
Update .github/workflows/source/check_inputs.py to include new dimens…
Browse files Browse the repository at this point in the history
…ionality
  • Loading branch information
dpgrote committed Oct 1, 2024
1 parent 666e6fe commit fa9aa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source/check_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

# mandatory prefixes for test names
testname_prefix = ["test_1d_", "test_2d_", "test_3d_", "test_rz_"]
testname_prefix = ["test_1d_", "test_2d_", "test_3d_", "test_rz_", "test_rcylinder_", "test_rsphere_"]

# collect all test names and test input filenames from CMakeLists.txt files
tests = []
Expand Down

0 comments on commit fa9aa97

Please sign in to comment.