Skip to content

Commit ba322b9

Browse files
committed
workflows/release-binaries: Run tests on same machine as build
Testing to see if this fixes some of the test failures.
1 parent 6209533 commit ba322b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,11 @@ jobs:
256256
path: |
257257
${{ needs.prepare.outputs.release-binary-filename }}
258258
259+
- name: Test
260+
shell: bash
261+
run: |
262+
ninja -C ${{ steps.setup-stage.outputs.build-prefix }}/build stage2-check-all
263+
259264
# Clean up some build files to reduce size of artifact.
260265
- name: Clean Up Build Directory
261266
shell: bash

0 commit comments

Comments
 (0)