mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-04 22:43:12 +00:00
Continue on error on CI
This commit is contained in:
parent
1fd1cc10bc
commit
993674fc8d
2
.github/workflows/ci-reusable.yml
vendored
2
.github/workflows/ci-reusable.yml
vendored
@ -92,12 +92,14 @@ jobs:
|
||||
|
||||
## Part 5 C Binding ##
|
||||
- name: C Binding build
|
||||
continue-on-error: true
|
||||
if: matrix.tests == 'cbindingtest' || matrix.tests == 'all'
|
||||
run: |
|
||||
make -j${ncpu} libstorage
|
||||
|
||||
- name: C Binding test
|
||||
if: matrix.tests == 'cbindingtest' || matrix.tests == 'all'
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cd examples/c
|
||||
gcc -o storage storage.c -L../../build -lstorage -Wl,-rpath,../../ -pthread
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user