]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Switch to using 'rails test:all' in documentation and CI
[rails.git] / .github / workflows / tests.yml
index 12a515759b671b01fc4734890714228f356dca1f..174b6b0d4b5144978d770d949e832821cd9d396d 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     strategy:
       matrix:
         ubuntu: [18.04, 20.04]
-        ruby: [2.5, 2.7]
+        ruby: [2.5, 2.7, 3.0]
     runs-on: ubuntu-${{ matrix.ubuntu }}
     env:
       RAILS_ENV: test
@@ -66,7 +66,7 @@ jobs:
     - name: Install node modules
       run: bundle exec rake yarn:install
     - name: Run tests
-      run: bundle exec rake test:db
+      run: bundle exec rails test:all
     - name: Report completion to Coveralls
       uses: coverallsapp/github-action@v1.1.2
       with: