Adds building of stream to PRs in Github Actions.

This commit is contained in:
Renán Del Valle 2021-11-24 14:03:01 -08:00
parent ea11478084
commit ca5eaf2654
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -16,5 +16,7 @@ jobs:
with:
go-version: 1.17
- name: Build
run: make
- name: Build Driver
run: make
- name: Build Stream
run: make build-stream