Commit 6f426fda authored by acpaquette's avatar acpaquette
Browse files

Removed debug echo from tests

parent 1a6677fe
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -42,9 +42,7 @@ jobs:

    - name: Configure CMake
      working-directory: ${{github.workspace}}/build
      run: |
        echo $PATH
        cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
      run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE

    - name: Build wrapper
      working-directory: ${{github.workspace}}/build