tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
try fixing rust ci now
eldridge.cam
1 month ago
f6c66d6c
bd72ce31
verified
This commit was signed with the committer's
known signature
.
eldridge.cam
SSH Key Fingerprint:
SHA256:MAgO4sya2MgvdgUjSGKAO0lQ9X2HQp1Jb+x/Tpeeims=
+5
-6
1 changed file
expand all
collapse all
unified
split
.github
workflows
rust.yml
+5
-6
.github/workflows/rust.yml
···
2
2
3
3
on: push
4
4
5
5
-
env:
6
6
-
DATABASE_URL: "postgresql://postgres:postgres@localhost/cartography"
7
7
-
SHADOW_DATABASE_URL: "postgresql://postgres:postgres@localhost/shadow"
8
8
-
ROOT_DATABASE_URL: "postgresql://postgres:postgres@localhost/postgres"
9
9
-
SQLX_OFFLINE: "true"
10
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
82
+
env:
83
83
+
DATABASE_URL: "postgresql://postgres:postgres@localhost/cartography"
84
84
+
SHADOW_DATABASE_URL: "postgresql://postgres:postgres@localhost/shadow"
85
85
+
ROOT_DATABASE_URL: "postgresql://postgres:postgres@localhost/postgres"
86
86
+
SQLX_OFFLINE: "true"
88
87
services:
89
88
postgres:
90
89
image: postgres:17