From ca5eaf2654e6916238ab5bf7f359e60323826531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20Del=20Valle?= Date: Wed, 24 Nov 2021 14:03:01 -0800 Subject: [PATCH] Adds building of stream to PRs in Github Actions. --- .github/workflows/pr.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 498be93..a3324ac 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,5 +16,7 @@ jobs: with: go-version: 1.17 - - name: Build - run: make \ No newline at end of file + - name: Build Driver + run: make + - name: Build Stream + run: make build-stream