Skip to content

Commit cfb192a

Browse files
committed
Added test-bundled-gems to GitHub Actions
1 parent 11a09d7 commit cfb192a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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: |
@@ -32,7 +32,7 @@ jobs:
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"

.github/workflows/ubuntu.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
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: |
@@ -31,7 +31,7 @@ jobs:
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"

0 commit comments

Comments
 (0)