Rename ./script/test-module to ./script/cibuild-module for consistency

This commit is contained in:
Ross McFarland
2023-10-12 11:34:16 -07:00
parent da9b6ccac9
commit 0ba9cb2727
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -65,4 +65,4 @@ jobs:
architecture: x64
- name: Test Module
run: |
./script/test-module ${{ matrix.module }}
./script/cibuild-module ${{ matrix.module }}
View File