.github/workflows/tests.yml in n1_loader-1.6.2 vs .github/workflows/tests.yml in n1_loader-1.6.3
- old
+ new
@@ -36,10 +36,13 @@
activerecord-gemfile: 'ar_5_latest'
- activerecord-gemfile: 'ar_7_latest'
ar_lazy_preload-gemfile: 'ar_lazy_preload_0.6.1'
+ - activerecord-gemfile: 'ar_5_latest'
+ ar_lazy_preload-gemfile: 'ar_lazy_preload_master'
+
env:
ACTIVERECORD_GEMFILE: ${{ matrix.activerecord-gemfile }}
AR_LAZY_PRELOAD_GEMFILE: ${{ matrix.ar_lazy_preload-gemfile }}
steps:
@@ -47,10 +50,9 @@
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run Core tests