We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78bb7a commit 9b8a27aCopy full SHA for 9b8a27a
1 file changed
.github/workflows/test_ifx.yml
@@ -90,7 +90,9 @@ jobs:
90
run: |
91
cd fortran/tests || exit 42
92
$SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 200_IK|' test_bobyqa.f90
93
- $SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 200_IK|' test_lincoa.f90
+ $SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 160_IK|' test_lincoa.f90
94
+ $SEDI 's|::[[:space:]]*NRAND_DFT[[:space:]]*=.*$|:: NRAND_DFT = 2|g' testsuite/param.f90
95
+ cat test_bobyqa.f90 test_lincoa.f90 testsuite/param.f90
96
97
- name: Conduct the test
98
shell: bash
0 commit comments