[wip] try adding localstore step to GHA ci.yml
This commit is contained in:
parent
4e0af6c5f9
commit
9f0b0fa994
|
@ -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…
Reference in New Issue