The PureScript test runner is always returning an error without running tests.
This happens irrespective of exercise with previously passing exercises showing the error. It happens on both the online editor and on CLI submitted exercises.
The error is as follows:
spago:
Error: Remote host not found
URL: https://github.com/purescript/package-sets/releases/download/psc-0.15.15-20250201/packages.dhall
This problem has persisted since the Track and Test runner were updated (Forum topic on that)
Previously working Hello World exercise code
module HelloWorld where
helloWorld :: String
helloWorld = "Hello, World!"