[ci] Remove cargo volumes from test-build workflow

This commit is contained in:
Laura Hausmann 2023-11-04 15:09:46 +01:00
parent 17f683542b
commit 1d8217e9a0
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -5,7 +5,7 @@ jobs:
runs-on: docker
container:
image: iceshrimp.dev/iceshrimp/ci-env:latest
options: --volume /opt/iceshrimp-cache/yarn:/iceshrimp-caches/yarn --volume /opt/iceshrimp-cache/cargo:/root/.cargo --volume /opt/iceshrimp-cache/built:/iceshrimp-caches/built --volume /opt/iceshrimp-cache/target:/iceshrimp-caches/target
options: --volume /opt/iceshrimp-cache/yarn:/iceshrimp-caches/yarn
services:
database:
image: postgres:15