diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 556378bded..164fc93454 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -36,6 +36,6 @@ jobs: - name: Lint with black run: | black codes/python - - name: Build with py_compile + - name: Test python code run: | - python codes/python/build.py + python codes/python/test_all.py diff --git a/codes/python/build.py b/codes/python/test_all.py similarity index 100% rename from codes/python/build.py rename to codes/python/test_all.py