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
I've set up Prow to run unit tests. It clones Feast and then runs make test. The Makefile is here
Currently the tests are implemented, but they throw an error when running mvn test. This needs to be fixed, and then the test command in the Makefile should be updated.
I've set up Prow to run unit tests. It clones Feast and then runs
make test. The Makefile is hereCurrently the tests are implemented, but they throw an error when running
mvn test. This needs to be fixed, and then thetestcommand in the Makefile should be updated.