Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
bundle install --jobs=4 --retry=3

- name: Run Tests
run: bundle exec rspec
run: INTEGRATION_TESTS=1 bundle exec rspec

- name: Rubocop
run: bundle exec rubocop
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rvm:
- 2.6.5

env:
- RAILS_ENV=development RACK_ENV=development
- RAILS_ENV=development RACK_ENV=development INTEGRATION_TESTS=1

addons:
apt_packages:
Expand Down