debug test
Some checks failed
Cargo / build (push) Successful in 15s
Cargo / ui (push) Successful in 34s
Cargo / check (push) Successful in 35s
Cargo / test (push) Failing after 13s

This commit is contained in:
2025-07-18 16:32:21 +01:00
parent 3047ee32ce
commit 870228051d

View File

@ -87,16 +87,19 @@ jobs:
~/.cargo/registry ~/.cargo/registry
~/.cargo/git ~/.cargo/git
target target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
restore-keys: | restore-keys: |
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
${{ runner.os }}-cargo- ${{ runner.os }}-cargo-test-
- name: Download dist - name: Download dist
working-directory: ./ui
uses: https://gitea.com/actions/download-artifact@v3 uses: https://gitea.com/actions/download-artifact@v3
with: with:
name: dist-${{ hashFiles('src/**') }} name: dist-${{ hashFiles('ui/src/**') }}
path: ../dist path: dist
- name: ls
run: |
ls
ls dist
- name: Run tests - name: Run tests
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: