diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 846effb8..cf7ab63a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -15,6 +15,10 @@ jobs: cc: gcc target: develop cmakevars: -DDEVELOP=ON + - os: ubuntu-20.04 + cc: gcc + target: develop + cmakevars: -DDEVELOP=ON fail-fast: false runs-on: ${{ matrix.os }} steps: