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
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'libraries/cbor/**/*'
|
||||
# paths:
|
||||
# - 'libraries/cbor/**/*'
|
||||
pull_request:
|
||||
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
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'libraries/crypto/**/*'
|
||||
# paths:
|
||||
# - 'libraries/crypto/**/*'
|
||||
pull_request:
|
||||
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]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build_ctap2:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- 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
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**/*.rs'
|
||||
# paths:
|
||||
# - 'src/**/*.rs'
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user