Skip to content

Commit 070aed8

Browse files
no failfast
1 parent e513ca9 commit 070aed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
continue-on-error: ${{ matrix.group == 'Downstream' }}
1313
strategy:
14-
#fail-fast: false
14+
fail-fast: false
1515
matrix:
1616
group:
1717
- Core
@@ -27,7 +27,7 @@ jobs:
2727
- GalacticNOMAD
2828
- GalacticNonconvex
2929
- GalacticOptimJL
30-
#- GalacticQuadDIRECT
30+
- GalacticQuadDIRECT
3131
- GalacticSpeedMapping
3232
version:
3333
- '1'

0 commit comments

Comments
 (0)