From 0d09f21b3e8dbfc5dbb79ad818842a5741aa160d Mon Sep 17 00:00:00 2001 From: Erik Smistad Date: Wed, 20 Mar 2024 11:29:30 +0100 Subject: [PATCH] Update FP-mac.yml [no ci] --- .github/workflows/FP-mac.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/.github/workflows/FP-mac.yml b/.github/workflows/FP-mac.yml index 10b2f6e1c..6d4f1753c 100644 --- a/.github/workflows/FP-mac.yml +++ b/.github/workflows/FP-mac.yml @@ -60,36 +60,3 @@ jobs: file_glob: true tag: v1.0.0 overwrite: true - - test-cpp: - name: Run C++ Tests - needs: [build] - runs-on: [self-hosted, macos] - steps: - - name: Download artifacts - uses: actions/download-artifact@v3 - with: - name: 'Archive package (tar.xz)' - path: ${{github.workspace}}/download/ - - name: Extract artifact - run: | - mkdir -p ${{github.workspace}}/download/ - cd ${{github.workspace}}/download/ - tar -xf fast_*.tar.xz -C ${{github.workspace}} - - name: Download test data - run: | - cd ${{github.workspace}} - cd fast* - cd fast/bin/ - ./downloadTestData - - name: Run tests - run: | - cd ${{github.workspace}} - cd fast_* - cd fast/bin/ - ./testFAST ~[visual]~[unstablemac] - - name: Cleanup - if: always() - run: | - rm -Rf ${{github.workspace}} - rm -Rf $HOME/FAST/kernel_binaries/*