We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833009b commit 4742eabCopy full SHA for 4742eab
1 file changed
.github/workflows/build-nabla.yml
@@ -385,6 +385,9 @@ jobs:
385
if (-not (Test-Path "smoke/build-ct/install")) { throw "smoke/build-ct/install not found" }
386
tree.com smoke /F
387
388
+ - name: Smoke Flow MINIMALISTIC
389
+ run: cmake -D FLOW=MINIMALISTIC -D CONFIG=${{ matrix.config }} -P smoke/RunSmokeFlow.cmake
390
+
391
- name: Smoke Flow CONFIGURE_ONLY
392
run: cmake -D FLOW=CONFIGURE_ONLY -D CONFIG=${{ matrix.config }} -P smoke/RunSmokeFlow.cmake
393
0 commit comments