Temp enable all unit test to verify workflows
This commit is contained in:
4
.github/workflows/cbor_test.yml
vendored
4
.github/workflows/cbor_test.yml
vendored
@@ -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]
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/crypto_test.yml
vendored
4
.github/workflows/crypto_test.yml
vendored
@@ -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]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/opensk_build.yml
vendored
2
.github/workflows/opensk_build.yml
vendored
@@ -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
|
||||||
|
|||||||
4
.github/workflows/opensk_test.yml
vendored
4
.github/workflows/opensk_test.yml
vendored
@@ -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]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user