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/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
${{ runner.os }}-cargo-
${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
${{ runner.os }}-cargo-test-
- name: Download dist
working-directory: ./ui
uses: https://gitea.com/actions/download-artifact@v3
with:
name: dist-${{ hashFiles('src/**') }}
path: ../dist
name: dist-${{ hashFiles('ui/src/**') }}
path: dist
- name: ls
run: |
ls
ls dist
- name: Run tests
uses: actions-rs/cargo@v1
with: