fix(ci): run cargo test on host
All checks were successful
Build and Test / splatie (push) Successful in 9m13s
All checks were successful
Build and Test / splatie (push) Successful in 9m13s
This commit is contained in:
parent
d702b2d7d2
commit
66a490f5e1
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue