Skip to content

Commit 27ef1e8

Browse files
committed
Test
1 parent 23494df commit 27ef1e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
# - if: os.runner != 'Windows'
3333
# run: mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
3434
- run: bundle exec rake test:postgresql
35-
- run: bundle exec rake test:sqlite
35+
# - run: bundle exec rake test:sqlite
3636
- run: bundle exec rake test:enumerable

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ platforms :ruby, :windows do
1010
gem "pg"
1111
# gem "mysql2"
1212
# gem "trilogy"
13-
gem "sqlite3"
13+
# gem "sqlite3"
1414
# gem "ruby-prof", require: false
1515
end
1616

0 commit comments

Comments
 (0)