File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- # Reusable workflow for running tests
18+ # Reusable workflow for running building
1919# This ensures the same tests run for both debug (PRs) and release (main/tags) builds
2020
21- name : Test
21+ name : Build
2222
2323on :
2424 workflow_call :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
2929
3030jobs :
3131 test :
32- uses : ./.github/workflows/test .yml
32+ uses : ./.github/workflows/build .yml
3333 with :
3434 build_mode : debug
3535 run_wheels : false
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ concurrency:
3939
4040jobs :
4141 test-and-build :
42- uses : ./.github/workflows/test .yml
42+ uses : ./.github/workflows/build .yml
4343 with :
4444 build_mode : release
4545 run_wheels : true
You can’t perform that action at this time.
0 commit comments