Commit d35fa879 authored by protolambda's avatar protolambda

ci: add cannon Go lint/tests to CI

parent fcad7fb8
...@@ -1191,6 +1191,9 @@ workflows: ...@@ -1191,6 +1191,9 @@ workflows:
- go-lint: - go-lint:
name: op-wheel-lint name: op-wheel-lint
module: op-wheel module: op-wheel
- go-lint:
name: cannon-go-lint
module: cannon
- go-test: - go-test:
name: op-batcher-tests name: op-batcher-tests
module: op-batcher module: op-batcher
...@@ -1216,6 +1219,9 @@ workflows: ...@@ -1216,6 +1219,9 @@ workflows:
- go-test: - go-test:
name: op-service-tests name: op-service-tests
module: op-service module: op-service
- go-test:
name: cannon-go-tests
module: cannon
- go-e2e-test: - go-e2e-test:
name: op-e2e-WS-tests name: op-e2e-WS-tests
module: op-e2e module: op-e2e
...@@ -1236,6 +1242,7 @@ workflows: ...@@ -1236,6 +1242,7 @@ workflows:
- op-challenger-lint - op-challenger-lint
- op-program-lint - op-program-lint
- op-service-lint - op-service-lint
- cannon-go-lint
- op-batcher-tests - op-batcher-tests
- op-bindings-tests - op-bindings-tests
- op-chain-ops-tests - op-chain-ops-tests
...@@ -1246,6 +1253,7 @@ workflows: ...@@ -1246,6 +1253,7 @@ workflows:
- op-service-tests - op-service-tests
- op-e2e-WS-tests - op-e2e-WS-tests
- op-e2e-HTTP-tests - op-e2e-HTTP-tests
- cannon-go-tests
- docker-build: - docker-build:
name: op-node-docker-build name: op-node-docker-build
docker_file: op-node/Dockerfile docker_file: op-node/Dockerfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment