Closed hsbt closed 1 year ago
File.mkfifo is not implemented on Windows platform. So, RubyGems/Bundle team couldn't use turbo_tests with Windows platform.
File.mkfifo
turbo_tests
see https://github.com/rubygems/rubygems/actions/runs/5252642832/jobs/9488952453?pr=6739#step:8:26
I simply catch NotImplementedError for this.
NotImplementedError
We need to handle additional issues at https://github.com/serpapi/turbo_tests/issues/38.
File.mkfifo
is not implemented on Windows platform. So, RubyGems/Bundle team couldn't useturbo_tests
with Windows platform.see https://github.com/rubygems/rubygems/actions/runs/5252642832/jobs/9488952453?pr=6739#step:8:26
I simply catch
NotImplementedError
for this.