but unfortunately that workaround isn't possible because unrelated issues prevent me from using the development on CI. Can you allow traceroute to be run when RAILS_ENV is test?
We run our CI with RAILS_ENV=test FAIL_ON_ERROR=1 bundle exec rake traceroute and it works fine. Not sure if this has changed in the gem, but it works for me (version 0.8.1, Rails 5.2).
I'd like to be able to run traceroute in a CI environment. At one stage I tried doing this with
but unfortunately that workaround isn't possible because unrelated issues prevent me from using the development on CI. Can you allow traceroute to be run when
RAILS_ENV
istest
?