mirror of https://github.com/nucypher/nucypher.git
Enable learning tests in CI test workflow
parent
098ab80b15
commit
a60accad8b
|
@ -80,6 +80,15 @@ workflows:
|
|||
- crypto
|
||||
- network
|
||||
- keystore
|
||||
- learning:
|
||||
context: "NuCypher Tests"
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
requires:
|
||||
- crypto
|
||||
- network
|
||||
- keystore
|
||||
- agents:
|
||||
context: "NuCypher Tests"
|
||||
filters:
|
||||
|
|
Loading…
Reference in New Issue