Skip to content

Commit

Permalink
chore: Remove some temporary CI hacks that are no longer needed (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed May 16, 2024
1 parent 7d8e40b commit 8d3f163
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
- name: Install tools
shell: bash
run: "bundle install && gem install --no-document toys"
# TODO: Remove this temporary fix. See issue #318.
- name: Install Minitest 5.22.2
shell: bash
run: gem install minitest -v 5.22.2
- name: Build
shell: bash
run: toys ci build -v < /dev/null
Expand Down
6 changes: 0 additions & 6 deletions .toys/ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ def handle_result result
end

def run

# Temporary hack to allow minitest-rg 5.2.0 to work in minitest 5.19 or
# later. This should be removed if we have a better solution or decide to
# drop rg.
ENV["MT_COMPAT"] = "true"

Dir.chdir context_directory
CHECKS.each { |name| set name, !only if get(name).nil? }
if test
Expand Down

0 comments on commit 8d3f163

Please sign in to comment.