Skip to content

Commit a92dba8

Browse files
committed
Run unmount self-test in CI
1 parent 62657ae commit a92dba8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build-nabla.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,15 @@ jobs:
174174
--target install `
175175
--config ${{ matrix.config }}
176176
177+
- name: Container – Test NSC builtin unmounting
178+
run: |
179+
docker exec orphan `
180+
${{ env.entry }} ${{ env.cmd }} -Command ctest `
181+
--test-dir ${{ env.binary }}\tools\nsc `
182+
-C ${{ matrix.config }} `
183+
--output-on-failure `
184+
-R "^(NBL_NSC_INSTALL_RUNTIMES_TEST|NBL_NSC_INSTALL_EXECUTABLES_TEST|NBL_NSC_SELF_TEST_UNMOUNT_BUILTINS)$"
185+
177186
- name: API / Examples / Check Run (Create)
178187
id: check-run-create
179188
uses: actions/github-script@v6

0 commit comments

Comments
 (0)