Trading card city builder game?

try fixing rust ci now

eldridge.cam f6c66d6c bd72ce31

verified
+5 -6
+5 -6
.github/workflows/rust.yml
··· 2 2 3 3 on: push 4 4 5 - env: 6 - DATABASE_URL: "postgresql://postgres:postgres@localhost/cartography" 7 - SHADOW_DATABASE_URL: "postgresql://postgres:postgres@localhost/shadow" 8 - ROOT_DATABASE_URL: "postgresql://postgres:postgres@localhost/postgres" 9 - SQLX_OFFLINE: "true" 10 - 11 5 jobs: 12 6 clippy: 13 7 name: clippy ··· 85 79 test: 86 80 name: test 87 81 runs-on: ubuntu-latest 82 + env: 83 + DATABASE_URL: "postgresql://postgres:postgres@localhost/cartography" 84 + SHADOW_DATABASE_URL: "postgresql://postgres:postgres@localhost/shadow" 85 + ROOT_DATABASE_URL: "postgresql://postgres:postgres@localhost/postgres" 86 + SQLX_OFFLINE: "true" 88 87 services: 89 88 postgres: 90 89 image: postgres:17