diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fa6129e..891b8a78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,9 @@ on: - master - spec_live +env: + RUBYOPT: --enable=frozen-string-literal + jobs: test-and-lint: name: Test and lint @@ -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 \ No newline at end of file