fix(ci): run cargo test on host
All checks were successful
Build and Test / splatie (push) Successful in 9m13s

This commit is contained in:
red binder 2026-04-26 13:11:50 +02:00
commit 66a490f5e1

View file

@ -36,7 +36,9 @@ jobs:
run: echo "SHORT_SHA=${GITHUB_SHA::6}" >> $GITHUB_ENV run: echo "SHORT_SHA=${GITHUB_SHA::6}" >> $GITHUB_ENV
- name: Run tests - name: Run tests
run: cargo test run: |
source "$HOME/.cargo/env"
cargo test
- name: Build and push - name: Build and push
env: env: