summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu-bundler3.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ubuntu-bundler3.yml')
-rw-r--r--.github/workflows/ubuntu-bundler3.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu-bundler3.yml b/.github/workflows/ubuntu-bundler3.yml
index 448c237478..b14b6f45fb 100644
--- a/.github/workflows/ubuntu-bundler3.yml
+++ b/.github/workflows/ubuntu-bundler3.yml
@@ -35,5 +35,11 @@ jobs:
bin/rake spec:realworld
env:
RGV: ${{ matrix.rgv }}
+ BUNDLER_SPEC_SUB_VERSION: 3.0.0
BUNDLER_SPEC_PRE_RECORDED: 1
+ - name: Run Test with BUNDLER_SPEC_SUB_VERSION
+ run: bin/rake spec:sudo
+ env:
+ RGV: ${{ matrix.rgv }}
+ BUNDLER_SPEC_SUB_VERSION: 3.0.0
timeout-minutes: 60