Skip to content

Commit

Permalink
[CI] Adds MT_COMPAT env variable for minitest issue with mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jul 27, 2023
1 parent c334627 commit f0f979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/8.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: elasticsearch
run: cd elasticsearch && bundle exec rake test:all
- name: elasticsearch-api
run: cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
run: cd elasticsearch-api && MT_COMPAT=true bundle exec rake test:spec test:platinum:unit

0 comments on commit f0f979e

Please sign in to comment.