Skip to content

Commit

Permalink
Merge db2f0b0 into 7b19c27
Browse files Browse the repository at this point in the history
  • Loading branch information
gocarlos committed Apr 28, 2020
2 parents 7b19c27 + db2f0b0 commit 461c392
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 461c392

Please sign in to comment.