Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run IRB test in workflow #534

Merged
merged 4 commits into from
Apr 14, 2023
Merged

Run IRB test in workflow #534

merged 4 commits into from
Apr 14, 2023

Conversation

tompng
Copy link
Member

@tompng tompng commented Apr 12, 2023

I reverted the change I made in #533 that removed irb-test from workflow.

I also fixed the bug in irb-test workflow. It was running reline's test instead of irb's test.
cd irb is missing and bundle exec rake test was running in the wrong directory.
I also add irb's test_yamatanooroti in the workflow

Example of wrong test. 3068 assertions with different encoding is reline's test.
https://github.com/ruby/reline/actions/runs/4678386950/jobs/8287060129?pr=532

.github/workflows/reline.yml Outdated Show resolved Hide resolved
.github/workflows/reline.yml Outdated Show resolved Hide resolved
tompng and others added 2 commits April 13, 2023 04:30
@tompng tompng merged commit c6bc257 into ruby:master Apr 14, 2023
@tompng tompng deleted the run_latest_irb_test branch April 14, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants