You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, in gh actions, we run the make test target only on linux because some of the test require virtualization, and the only runners allowing this are the linux runners.
These testing targets could be reworked. We should be running all the tests which do not need virtualization on macos/linux/windows, and then run the tests which require virtualization on a linux runner since it is the only place where they can run.
The text was updated successfully, but these errors were encountered:
At the moment, in gh actions, we run the
make test
target only on linux because some of the test require virtualization, and the only runners allowing this are the linux runners.These testing targets could be reworked. We should be running all the tests which do not need virtualization on macos/linux/windows, and then run the tests which require virtualization on a linux runner since it is the only place where they can run.
The text was updated successfully, but these errors were encountered: