Skip to content

Commit 96d4075

Browse files
committed
250815.095531.CST [skip ci] revise test_gfortran
1 parent af58227 commit 96d4075

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test_gfortran.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
3131
compiler: [gcc]
3232
version: [13, 14] # Too expensive to test all versions
33-
solver: [lincoa]
34-
#solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]
33+
solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]
3534

3635
exclude:
3736
- os: windows-latest
@@ -142,7 +141,6 @@ jobs:
142141
FFLAGS=-O$(($(date +%-d) % 5))
143142
FFLAGS=${FFLAGS/O0/g}
144143
FFLAGS=${FFLAGS/O4/fast}
145-
FFLAGS=-fast
146144
export FFLAGS
147145
echo "FFLAGS=$FFLAGS"
148146
echo "FFLAGS=$FFLAGS" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)