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
Right now the CI is just trying to build the project but this might not be enough, I'd suggest to automate the testing the CI.
With this #26 we would add some bare minimal tests that we can run with either make test or make test-e2e, so automating the testing in the CI should be fairly easy and straightforward.
As part of this issue we could also improve the tests as well.
Right now the CI is just trying to build the project but this might not be enough, I'd suggest to automate the testing the CI.
With this #26 we would add some bare minimal tests that we can run with either
make test
ormake test-e2e
, so automating the testing in the CI should be fairly easy and straightforward.As part of this issue we could also improve the tests as well.
The text was updated successfully, but these errors were encountered: