We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23494df commit 27ef1e8Copy full SHA for 27ef1e8
2 files changed
.github/workflows/build.yml
@@ -32,5 +32,5 @@ jobs:
32
# - if: os.runner != 'Windows'
33
# run: mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
34
- run: bundle exec rake test:postgresql
35
- - run: bundle exec rake test:sqlite
+ # - run: bundle exec rake test:sqlite
36
- run: bundle exec rake test:enumerable
Gemfile
@@ -10,7 +10,7 @@ platforms :ruby, :windows do
10
gem "pg"
11
# gem "mysql2"
12
# gem "trilogy"
13
- gem "sqlite3"
+ # gem "sqlite3"
14
# gem "ruby-prof", require: false
15
end
16
0 commit comments