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
Currently, make test only runs extensions/* tests. Additionally, CI doesn't use make to run tests. We should fix Makefile and use it for CI as well as for local testing. This will avoid confusion for failing tests in local vs CI.
Fix Makefile to run all tests
Use make targets in CI for running tests
The text was updated successfully, but these errors were encountered:
Currently,
make test
only runsextensions/*
tests. Additionally, CI doesn't usemake
to run tests. We should fixMakefile
and use it for CI as well as for local testing. This will avoid confusion for failing tests in local vs CI.Makefile
to run all testsThe text was updated successfully, but these errors were encountered: