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 1baa36158970690de6a0bddcc1e5dca51109e25d
5 changes: 1 addition & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
sudo apt update
sudo apt install -y -V libarrow-dev
- name: Install dependencies
run: |
make install-go-proto-dependencies
make install-go-ci-dependencies
make compile-go-lib
run: make compile-go-lib
- name: Lint go
run: make lint-go
5 changes: 1 addition & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@ jobs:
sudo apt update
sudo apt install -y -V libarrow-dev
- name: Install dependencies
run: |
make install-go-proto-dependencies
make install-go-ci-dependencies
make compile-go-lib
run: make compile-go-lib
- name: Compile protos
run: make compile-protos-go
- name: Test
Expand Down