mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-20 13:33:09 +00:00
try setting orc before NBS?
This commit is contained in:
parent
5f02849d59
commit
d9d1797b26
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -57,6 +57,12 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
## Configure ORC on certain runs
|
||||
- name: Setup ORC Test
|
||||
if: matrix.tests == 'orc'
|
||||
run: |
|
||||
echo "CODEX_USE_ORC=1" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Nimbus Build System
|
||||
uses: ./.github/actions/nimbus-build-system
|
||||
with:
|
||||
@ -64,12 +70,6 @@ jobs:
|
||||
shell: ${{ matrix.shell }}
|
||||
nim_version: ${{ env.nim_version }}
|
||||
|
||||
## Part 1 Tests ##
|
||||
- name: Setup ORC Test
|
||||
if: matrix.tests == 'orc'
|
||||
run: |
|
||||
echo "CODEX_USE_ORC=1" >> $GITHUB_ENV
|
||||
|
||||
## Part 1 Tests ##
|
||||
- name: Unit tests
|
||||
if: matrix.tests == 'unittest' || matrix.tests == 'all' || matrix.tests == 'orc'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user