The test job in the continuous integration workflow now fails when it tries to install Nextest. This is because Nextest only supports installation with the --locked flag, and as of version 0.9.124 it refuses to be installed without that flag.
Version 0.9.124 of Nextest was released on January 25, 2026, a week or two after the last successful Rwf pull request (#76). This is probably why the broken continuous integration workflow wasn't noticed until now.
The test job in the continuous integration workflow now fails when it tries to install Nextest. This is because Nextest only supports installation with the
--lockedflag, and as of version 0.9.124 it refuses to be installed without that flag.Version 0.9.124 of Nextest was released on January 25, 2026, a week or two after the last successful Rwf pull request (#76). This is probably why the broken continuous integration workflow wasn't noticed until now.