diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ea987b2..69278dc2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,6 @@ jobs: matrix: # os: [ubuntu-18.04, windows-2019, macos-10.15] os: [ubuntu-18.04, windows-2019] - # os: [ubuntu-18.04] USE_MBEDTLS: ["ON", "OFF"] USE_CONTEXT: ["ON", "OFF"] CMAKE_OPTIONS: @@ -62,6 +61,14 @@ jobs: shell: bash run: cmake --build . + - name: Test + working-directory: ${{runner.workspace}} + shell: bash + run: | + git clone --depth 1 git://github.com/cose-wg/Examples Examples + cd build + ctest --verbose + clang-tidy: runs-on: ${{ matrix.os }} strategy: