Adds building of stream to PRs in Github Actions.
This commit is contained in:
parent
ea11478084
commit
ca5eaf2654
1 changed files with 4 additions and 2 deletions
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue