diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8d8f5e..8215b6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,3 +72,6 @@ jobs: esac - name: Test run: bundle exec rake test + # sqlite is not supported yet because it doesn't support + # the union syntax we're using + continue-on-error: ${{matrix.database == 'sqlite'}}