mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-20 22:33:10 +00:00
[wip] try adding localstore step to GHA ci.yml
This commit is contained in:
parent
4e0af6c5f9
commit
9f0b0fa994
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -174,3 +174,10 @@ jobs:
|
||||
working-directory: nim-dagger
|
||||
run: |
|
||||
make test
|
||||
|
||||
- name: Build and run localstore experiment
|
||||
if: matrix.target.os != 'windows'
|
||||
shell: bash
|
||||
working-directory: nim-dagger
|
||||
run: |
|
||||
./env.sh nimble localstore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user