This commit is contained in:
Jaremy Creechley 2023-08-02 15:12:12 -07:00
parent 96fcc9de82
commit 104e643414
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -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