Add unit testing back

This commit is contained in:
McMassiveNZ
2023-05-31 21:32:51 +02:00
parent 3d61cd1a26
commit dd43799890
4 changed files with 29 additions and 11 deletions

View File

@@ -66,18 +66,9 @@ jobs:
- name: cache
uses: actions/cache@v3
with:
path: "**/cpm_modules"
path: "**/CPM_modules"
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
- name: setup dependencies
uses: aminya/setup-cpp@v1
with:
compiler: ${{ matrix.compiler }}
vcvarsall: ${{ contains(matrix.os, 'windows')}}
cmake: true
ccache: true
clangtidy: ${{ env.CLANG_TIDY_VERSION }}
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_configuration}}