remove make from proto

This commit is contained in:
Marko Baricevic
2020-03-27 15:42:27 +01:00
parent 2be5378d2a
commit 72ceb5cc6c
+5 -5
View File
@@ -79,8 +79,10 @@ jobs:
proto:
executor: protoc
steps:
- make:
target: proto-gen proto-lint proto-check-breaking
- checkout
- run:
name: proto check
command: make proto-lint && make proto-check-breaking
description: "Lint and verify Protocol Buffer definitions"
test-sim-multi-seed-long:
@@ -165,9 +167,7 @@ workflows:
tags:
only:
- /^v.*/
- proto:
requires:
- setup-dependencies
- proto
- test-sim-multi-seed-long:
requires:
- setup-dependencies