We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bed32b commit 3d96f41Copy full SHA for 3d96f41
.github/workflows/idefix-ci-jobs.yml
@@ -65,6 +65,8 @@ jobs:
65
run: scripts/ci/run-tests $IDEFIX_DIR/test/MHD/OrszagTang -all $TESTME_OPTIONS
66
- name: Orszag Tang 3D+restart tests
67
run: scripts/ci/run-tests $IDEFIX_DIR/test/MHD/OrszagTang3D -all $TESTME_OPTIONS
68
+ - name: Axis Flux tube
69
+ run: scripts/ci/run-tests $IDEFIX_DIR/test/MHD/AxisFluxTube -all $TESTME_OPTIONS
70
71
ParabolicMHD:
72
runs-on: self-hosted
0 commit comments