Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Jan 29, 2024
1 parent 1e9a304 commit 41867f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
bundler-cache: true
- name: Run tests
run: |
gem install test-unit-runner-junitxml
bundle exec rake clobber
bundle exec rake compile
TESTOPTS="--runner=junitxml --junitxml-output-file=protocol.xml" bundle exec rake test_protocol
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
bundler-cache: true
- name: Run tests
run: |
gem install test-unit-runner-junitxml
bundle exec rake clobber
bundle exec rake compile
TESTOPTS="--runner=junitxml --junitxml-output-file=ruby.xml" bundle exec rake test_console
Expand Down
1 change: 1 addition & 0 deletions test/support/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require 'timeout'
require 'json'
require 'rbconfig'
require "test/unit/runner/junitxml"
require_relative '../../lib/debug/client'

require_relative 'assertions'
Expand Down

0 comments on commit 41867f9

Please sign in to comment.