From 5470c4c5d3f74773835c869111de291ff935d51a Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Sun, 2 Aug 2020 20:33:59 +0200 Subject: [PATCH] Update test.yaml Build binary too --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e91a897..b41ac18 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,4 +16,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Test - run: make test \ No newline at end of file + run: make test + - name: Build + run: make build