Temp enable all unit test to verify workflows

This commit is contained in:
Jean-Michel Picod
2020-02-28 16:11:23 +01:00
parent cc35ce5067
commit ae1242a55d
4 changed files with 7 additions and 7 deletions

View File

@@ -2,8 +2,8 @@
name: CBOR tests
on:
push:
paths:
- 'libraries/cbor/**/*'
# paths:
# - 'libraries/cbor/**/*'
pull_request:
types: [opened, synchronize, reopened]

View File

@@ -2,8 +2,8 @@
name: CBOR tests
on:
push:
paths:
- 'libraries/crypto/**/*'
# paths:
# - 'libraries/crypto/**/*'
pull_request:
types: [opened, synchronize, reopened]

View File

@@ -6,7 +6,7 @@ on:
types: [opened, synchronize, reopened]
jobs:
build:
build_ctap2:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2

View File

@@ -2,8 +2,8 @@
name: OpenSK tests
on:
push:
paths:
- 'src/**/*.rs'
# paths:
# - 'src/**/*.rs'
pull_request:
types: [opened, synchronize, reopened]