|
|
|
@ -101,7 +101,7 @@ jobs:
|
|
|
|
|
uses: actions/cache@v2
|
|
|
|
|
with:
|
|
|
|
|
path: ./runtime/bin/gocr_wasm.so
|
|
|
|
|
key: ${{ runner.os }}-gocr2-${{ hashFiles('./runtime/tests/Makefile', './runtime/tests/gocr/**', './runtime/compiletime/**', './runtime/compiletime/memory/**') }}
|
|
|
|
|
key: ${{ runner.os }}-gocr2-${{ hashFiles('./runtime/tests/Makefile', './runtime/tests/gocr/**', './runtime/compiletime/**') }}
|
|
|
|
|
if: success() || failure()
|
|
|
|
|
- name: Hyde
|
|
|
|
|
run: |
|
|
|
|
@ -138,7 +138,7 @@ jobs:
|
|
|
|
|
uses: actions/cache@v2
|
|
|
|
|
with:
|
|
|
|
|
path: ./runtime/bin/ekf_wasm.so
|
|
|
|
|
key: ${{ runner.os }}-gocr2-${{ hashFiles('./runtime/tests/Makefile', './runtime/tests/TinyEKF/**', './runtime/compiletime/**', './runtime/compiletime/memory/**') }}
|
|
|
|
|
key: ${{ runner.os }}-gocr2-${{ hashFiles('./runtime/tests/Makefile', './runtime/tests/TinyEKF/**', './runtime/compiletime/**') }}
|
|
|
|
|
if: success() || failure()
|
|
|
|
|
- name: EKF one iteration
|
|
|
|
|
run: |
|
|
|
|
|