From 5f02849d5922f228c61ab18e1d5016d228eece8c Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 2 Aug 2023 15:44:13 -0700 Subject: [PATCH] enable orc ci --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f477024..49b95dec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,11 @@ jobs: builder: ubuntu-latest shell: bash --noprofile --norc -e -o pipefail tests: all - # - os: linux - # cpu: amd64 - # builder: ubuntu-latest - # shell: bash --noprofile --norc -e -o pipefail - # tests: orc + - os: linux + cpu: amd64 + builder: ubuntu-latest + shell: bash --noprofile --norc -e -o pipefail + tests: orc - os: macos cpu: amd64 builder: macos-latest