tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
fixing rust ci
eldridge.cam
1 month ago
4e54d371
b49b45d0
verified
This commit was signed with the committer's
known signature
.
eldridge.cam
SSH Key Fingerprint:
SHA256:MAgO4sya2MgvdgUjSGKAO0lQ9X2HQp1Jb+x/Tpeeims=
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
rust.yml
+1
-1
.github/workflows/rust.yml
···
33
33
- name: Run cargo clippy
34
34
run: |
35
35
cargo clippy -- -D warnings
36
36
-
cargo sqlx prepare --check
36
36
+
cargo sqlx prepare --workspace --check -- --all-targets --all-features
37
37
rustfmt:
38
38
name: rustfmt
39
39
runs-on: ubuntu-latest