Closed ExpHP closed 3 years ago
Uhhhhhhhhhhhhhhh.
Contrary to what the CI says, I don't think this succeeded...
Timeout (20 minutes) reached. Terminating "./travis-after-success"
The command ./travis-after-success exited with 137.
There was also no output. It's almost as though the set -xe
didn't do anything. I must be going crazy...
Edit: Never mind, it did print stuff. Seems like travis_wait
captured it and dumped it after the command.
I've merged https://github.com/lloydmeta/frunk/pull/136 for now to unblock #134; we can keep this PR open to explore more fine-grained solutions :)
To copy my comment on that PR for ease of bookkeeping (since this one is open and that one is merged), the current fix on master does not actually run the benches because it dies in the script. (and travis ignores exit codes in after_success
)
Closing. To my knowledge, frunk has fully migrated from Travis CI to Github Actions.
Let's see if this "fixes" the stalled CI tests.