-
Use
cargo-binstall
to installnextest
. (#183)This is a change made in response to the request from the nextest maintainer, which potentially increases the installation time of nextest and the possibility of network errors during installation.
If you encounter network errors, you should usually be able to work around them by setting
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
environment variable.