Skip to content

Commit

Permalink
Add golang test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhilingc committed Apr 14, 2020
1 parent 56aaff2 commit ac7d622
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,16 @@ jobs:
- name: install python
run: make install-python
- name: test python
run: make test-python
run: make test-python


unit-test-go:
runs-on: ubuntu-latest
container: gcr.io/kf-feast/feast-ci:maven-3.6-jdk-8
name: unit test go
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: make compile-protos-go
- name: test go
run: make test-go

0 comments on commit ac7d622

Please sign in to comment.