Put back the actual python tests
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2da3a59..4cf80e3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -544,9 +544,15 @@
# - name: Run make install-exec-hook for python
# run: sudo make -C lib/py install-exec-hook
- - name: Run make check for python
+ - name: Run make for python libs
+ run: make -C lib/py
+
+ - name: Run make check for python libs
run: make -C lib/py check
+ - name: Run make check for python code
+ run: make -C test/py check
+
lib-nodejs:
needs: compiler
runs-on: ubuntu-24.04