From 4caa11f687926c6d5f89614163c6a911ce819164 Mon Sep 17 00:00:00 2001 From: Anthony Naddeo Date: Wed, 4 Oct 2023 17:25:55 -0700 Subject: [PATCH] Testing CI --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 50dc745..11818a7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -52,8 +52,8 @@ jobs: - name: Run test run: make test - - name: Build udfs - run: make udfs + - name: Build + run: make all - name: Upload udf artifacts for upload later uses: actions/upload-artifact@v2