@@ -42,33 +42,33 @@ jobs:
4242 shell : bash
4343 run : ctest --parallel --timeout 300 --output-on-failure
4444
45- # release_all_tests:
46- # runs-on: ${{ matrix.os }}
47- # strategy:
48- # matrix:
49- # os: [ubuntu-latest]
45+ release_all_tests :
46+ runs-on : ${{ matrix.os }}
47+ strategy :
48+ matrix :
49+ os : [ubuntu-latest]
5050
51- # steps:
52- # - uses: actions/checkout@v4
51+ steps :
52+ - uses : actions/checkout@v4
5353
54- # - name: Create Build Environment
55- # run: cmake -E make_directory ${{runner.workspace}}/build
54+ - name : Create Build Environment
55+ run : cmake -E make_directory ${{runner.workspace}}/build
5656
57- # - name: Configure CMake All
58- # shell: bash
59- # working-directory: ${{runner.workspace}}/build
60- # run: cmake $GITHUB_WORKSPACE -DALL_TESTS=ON -DBUILD_EXTRA_UNIT_TESTS=ON
57+ - name : Configure CMake All
58+ shell : bash
59+ working-directory : ${{runner.workspace}}/build
60+ run : cmake $GITHUB_WORKSPACE -DALL_TESTS=ON -DBUILD_EXTRA_UNIT_TESTS=ON
6161
62- # - name: Build All
63- # working-directory: ${{runner.workspace}}/build
64- # shell: bash
65- # run: |
66- # cmake --build . --parallel
62+ - name : Build All
63+ working-directory : ${{runner.workspace}}/build
64+ shell : bash
65+ run : |
66+ cmake --build . --parallel
6767
68- # - name: Test All
69- # working-directory: ${{runner.workspace}}/build
70- # shell: bash
71- # run: ctest --parallel --timeout 300 --output-on-failure
68+ - name : Test All
69+ working-directory : ${{runner.workspace}}/build
70+ shell : bash
71+ run : ctest --parallel --timeout 300 --output-on-failure
7272
7373 # release__windows_extra_unit_tests:
7474 # runs-on: windows-2019
0 commit comments