Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jul 7, 2022
commit ff96f75296b50beceb726c5f92a398f5049c233e
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ jobs:
run: |
make install-go-proto-dependencies
make install-go-ci-dependencies
make compile-go-lib
- name: Lint go
run: make lint-go
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
run: |
make install-go-proto-dependencies
make install-go-ci-dependencies
make compile-go-lib
- name: Compile protos
run: make compile-protos-go
- name: Test
Expand Down