From 104e643414e273008421a1f65ac4fd07f3eace0a Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 2 Aug 2023 15:12:12 -0700 Subject: [PATCH] updates --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e98b0f9e..7f477024 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,13 +65,10 @@ jobs: nim_version: ${{ env.nim_version }} ## Part 1 Tests ## - - name: Setup ORC Test on Some Linux + - name: Setup ORC Test if: matrix.tests == 'orc' run: | - echo '' >> config.nims - echo '--mm:orc' >> config.nims - echo '--deepcopy:on' >> config.nims - echo '' >> config.nims + echo "CODEX_USE_ORC=1" >> $GITHUB_ENV ## Part 1 Tests ## - name: Unit tests