gitlab-ci: run src/proto_alpha/lib_client tests
This commit is contained in:
parent
ad4e02c827
commit
f44212ce57
@ -114,11 +114,16 @@ test:p2p:pool:
|
||||
script:
|
||||
- dune build @src/lib_p2p/runtest_p2p_pool_ipv4
|
||||
|
||||
test:proto_alpha:
|
||||
test:proto_alpha:lib_protocol:
|
||||
<<: *test_definition
|
||||
script:
|
||||
- dune build @src/proto_alpha/lib_protocol/runtest
|
||||
|
||||
test:proto_alpha:lib_client:
|
||||
<<: *test_definition
|
||||
script:
|
||||
- dune build @src/proto_alpha/lib_client/test/runtest
|
||||
|
||||
test:p2p:peerset:
|
||||
<<: *test_definition
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user