alexdalitz / dnsruby

Dnsruby is a feature-complete DNS(SEC) client for Ruby, as used by many of the world's largest DNS registries and the OpenDNSSEC project
Other
194 stars 77 forks source link

Setup GitHub Actions #173

Closed casperisfine closed 3 years ago

casperisfine commented 3 years ago

Travis.org shut down a few months back, and is no longer running CI for this repo.

Most projects moved to GitHub Actions.

casperisfine commented 3 years ago

Apparently there are two failures on master:

Finished in 32.345781s, 6.0904 runs/s, 51.6605 assertions/s.

  1) Failure:
TestRrOpt#test_plain_respects_bufsize [/home/runner/work/dnsruby/dnsruby/test/tc_rr-opt.rb:50]:
Expected: true
  Actual: false

  2) Failure:
TestResolver#test_send_plain_message [/home/runner/work/dnsruby/dnsruby/test/tc_resolver.rb:78]:
Expected no error but got a Dnsruby::Refused:
Dnsruby::Refused

197 runs, 1671 assertions, 2 failures, 0 errors, 0 skips
alexdalitz commented 3 years ago

Thanks!