Skip to content

Commit

Permalink
Split tests by DB
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Jan 17, 2022
1 parent f895037 commit ec86532
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,21 @@ jobs:
cp test/github/database.yml test/database.yml
env:
PGPASSWORD: postgres
- name: Run tests
- name: Run tests with mysql2
run: |
bundle exec rake test:mysql2
bundle exec rake test:mysql2_makara
bundle exec rake test:mysql2spatial
- name: Run tests with postgresql
run: |
bundle exec rake test:postgis
bundle exec rake test:postgresql
bundle exec rake test:postgresql_makara
- name: Run tests with seamless_database_pool
run: |
bundle exec rake test:seamless_database_pool
- name: Run tests with sqlite
run: |
bundle exec rake test:spatialite
bundle exec rake test:sqlite3
lint:
Expand Down

0 comments on commit ec86532

Please sign in to comment.