CI: skip installing diesel-cli if already cached
This commit is contained in:
parent
3f34ffcafc
commit
8651f1d8f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust-tests.yml
vendored
2
.github/workflows/rust-tests.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- name: Setup tests
|
- name: Setup tests
|
||||||
run: |
|
run: |
|
||||||
docker pull python:3.10-slim-buster
|
docker pull python:3.10-slim-buster
|
||||||
cargo install diesel_cli --version ^1.4
|
cargo install diesel_cli --version ^1.4 || true
|
||||||
cd planetwars-server
|
cd planetwars-server
|
||||||
diesel migration run --locked-schema
|
diesel migration run --locked-schema
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue