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