Browse Source
Rename ./script/test-module to ./script/cibuild-module for consistency
pull/1086/head
Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
1 additions and
1 deletions
-
.github/workflows/modules.yml
-
script/cibuild-module
|
|
|
@ -65,4 +65,4 @@ jobs: |
|
|
|
architecture: x64 |
|
|
|
- name: Test Module |
|
|
|
run: | |
|
|
|
./script/test-module ${{ matrix.module }} |
|
|
|
./script/cibuild-module ${{ matrix.module }} |