Browse Source

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

pull/1086/head
Ross McFarland 2 years ago
parent
commit
0ba9cb2727
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/modules.yml
  2. +0
    -0
      script/cibuild-module

+ 1
- 1
.github/workflows/modules.yml View File

@ -65,4 +65,4 @@ jobs:
architecture: x64
- name: Test Module
run: |
./script/test-module ${{ matrix.module }}
./script/cibuild-module ${{ matrix.module }}

script/test-module → script/cibuild-module View File


Loading…
Cancel
Save