]> 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 04caddf41b5061d8c6de37b61019e49985772718..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
@@ -17,7 +17,7 @@ jobs:
     - name: Checkout source
       uses: actions/checkout@v2.3.4
     - name: Setup ruby
-      uses: actions/setup-ruby@v1
+      uses: actions/setup-ruby@v1.1.3
       with:
         ruby-version: ${{ matrix.ruby }}
     - name: Cache gems
@@ -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: