Skip to content

Commit

Permalink
allow sqlite ci to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 9, 2024
1 parent a199017 commit 1ed89e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}}

0 comments on commit 1ed89e4

Please sign in to comment.