Skip to content

Commit

Permalink
[Do not merge] Run tests with --enable=frozen-string-literal
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 19, 2024
1 parent e62b329 commit b9783d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches: ["master"]

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

jobs:
unit-specs:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,4 +45,4 @@ jobs:
- name: Build and test with RSpec
env:
RACECAR_BROKERS: localhost:9092
run: timeout --kill-after 180 150 bundle exec rspec spec/integration/*_spec.rb
run: timeout --kill-after 180 150 bundle exec rspec spec/integration/*_spec.rb

0 comments on commit b9783d5

Please sign in to comment.