diff options
-rw-r--r-- | ./workflows/macos.yml | 11 | ||||
-rw-r--r-- | ./workflows/ubuntu.yml | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -41,10 +41,19 @@ jobs: - name: configure run: ./configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix [email protected]) --with-readline-dir=$(brew --prefix readline) - run: make $JOBS - - name: make check/test-bundler/test-bundled-gems run: make -s ${{ matrix.test_task }} env: TESTOPTS: "$JOBS -q --tty=no" MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies - name: Globals run: make -s -globals @@ -44,7 +44,9 @@ jobs: - name: configure run: ./configure -C --disable-install-doc - run: make $JOBS - name: make test-bundler/test-bundled-gems run: make -s ${{ matrix.test_task }} - name: Globals run: make -s -globals |