diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 9d6e767..15e1c3e 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -65,4 +65,4 @@ jobs: architecture: x64 - name: Test Module run: | - ./script/test-module ${{ matrix.module }} + ./script/cibuild-module ${{ matrix.module }} diff --git a/script/test-module b/script/cibuild-module old mode 100755 new mode 100644 similarity index 100% rename from script/test-module rename to script/cibuild-module