diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 9cb329a..5fbc64c 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -24,10 +24,10 @@ jobs: run: | mkdir build && cd build cmake -DENABLE_ADE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=${{ matrix.version }} .. - # make -j + make -j . - # - name: ADE-Test Stage - # run: ./build/bin/ade-tests + - name: ADE-Test Stage + run: ./build/bin/ade-tests - # - name: CMN-Test Stage - # run: ./build/bin/common-tests \ No newline at end of file + - name: CMN-Test Stage + run: ./build/bin/common-tests \ No newline at end of file