Skip to content
Closed
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
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- master
- spec_live

env:
RUBYOPT: --enable=frozen-string-literal

jobs:
test-and-lint:
name: Test and lint
Expand Down Expand Up @@ -55,4 +58,4 @@ jobs:
bundle install
bundle exec rake clean_live set_ci_credentials spec:live ||
bundle exec rake clean_live &&
bundle exec rspec spec/live --only-failures
bundle exec rspec spec/live --only-failures
Loading