File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 runs-on : macos-latest
1212 strategy :
1313 matrix :
14- test_task : [ "check", "test-bundler" ]
14+ test_task : [ "check", "test-bundler", "test-bundled-gems" ]
1515 steps :
1616 - name : Disable Firewall
1717 run : |
3232 - name : configure
3333 run : ./configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl) --with-readline-dir=$(brew --prefix readline)
3434 - run : make $JOBS
35- - name : make check/test-bundler
35+ - name : make check/test-bundler/test-bundled-gems
3636 run : make -s ${{ matrix.test_task }}
3737 env :
3838 TESTOPTS : " $JOBS -q --tty=no"
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- test_task : [ "check", "test-bundler" ]
14+ test_task : [ "check", "test-bundler", "test-bundled-gems" ]
1515 steps :
1616 - name : Install libraries
1717 run : |
3131 - name : configure
3232 run : ./configure -C --disable-install-doc
3333 - run : make $JOBS
34- - name : make check/test-bundler
34+ - name : make check/test-bundler/test-bundled-gems
3535 run : make -s ${{ matrix.test_task }}
3636 env :
3737 TESTOPTS : " $JOBS -q --tty=no"
You can’t perform that action at this time.
0 commit comments