From 82597bd741a9f85f46be14e92e7ba66656c7cf3a Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Sun, 16 Aug 2026 18:22:06 +0200 Subject: [PATCH] wip Signed-off-by: Xavier Delaruelle --- .github/workflows/macos_tests.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/macos_tests.yaml b/.github/workflows/macos_tests.yaml index 0f99370b1..e48c08313 100644 --- a/.github/workflows/macos_tests.yaml +++ b/.github/workflows/macos_tests.yaml @@ -49,19 +49,11 @@ jobs: done eval $EXTRA_SCRIPT_PRETEST make test-deps - script/mt + script/mt quick eval $EXTRA_SCRIPT_POSTTEST - name: Install Modules run: | make install - - name: Test Modules installation - run: | - script/mt install - for f in tcl/*.tcl; do - script/nglfar2ccov $f - done - cd lib - gcov envmodules - name: Uninstall Modules run: | make uninstall