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 name: CBOR tests
on: on:
push: push:
paths: # paths:
- 'libraries/cbor/**/*' # - 'libraries/cbor/**/*'
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]

View File

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

View File

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

View File

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