Skip to content

Commit 3ff2d4f

Browse files
committed
250905.110800.CST [skip ci] fix RP in test_ifx.yml
1 parent b35fa7f commit 3ff2d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_ifx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
cd "$ROOT_DIR"/fortran/tests
9898
if [[ "${{ matrix.solver }}" == "cobyla" || "${{ matrix.testdim }}" == "big" ]]; then
9999
$SEDI 's|::[[:space:]]*NRAND_DFT[[:space:]]*=.*$|:: NRAND_DFT = 1|g' testsuite/param.f90 # Number of random tests when the dimension is small
100-
RP=r$(( 2**(1 + $(date +%-d) % 2) ))
100+
RP=r$(( 2**(2 + $(date +%-d) % 2) ))
101101
echo "RP=${RP}"
102102
make xtest_${IK}_${RP}_d1_tst.${{ matrix.solver }}
103103
else

0 commit comments

Comments
 (0)